-
Notifications
You must be signed in to change notification settings - Fork 29
Derby
Alexey Valikov edited this page Aug 31, 2017
·
1 revision
Derby is an open-source database written in Java. Just like HSQLDB, Derby is embeddable - you can start a Derby database directly from you Java program without any additional setup.
Hyperjaxb3 uses Derby for tests in a number of test projects.
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.2.2.0</version>
</dependency>
org.apache.derby.jdbc.EmbeddedDriver
jdbc:derby:target/test/database;create=true
There is an unresolved Hyperjaxb3 issue with precision decimal types in Derby.