Search code examples
javaembeddableobject-oriented-database

Java: embeddable Object-Oriented-Database


I am looking for simple-to-use embeddable Open-source Object-oriented database for Java desktop application.

I am working on small portable Java app with embedded database. Originally I was thinking of using SQLite or H2 with JPA. However I am not the 100% sure that the data scheme will not change over time and I am already working with Objects so I might save some trouble by using ODBMS right away.

Maven repository and GUI would be appreciated.


Solution

  • Take a look at: http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index.html

    As GUI you can use: http://www.dbvis.com/