Frage

I have to develop embedded project in java and for that I need good embedded database.

Features i need are:

1) relational database 2) GUI interface

Can anyone suggest me good database?

Thanks

War es hilfreich?

Lösung

Either

HSQLDB - Used by OpenOffice, tested and stable. It's easy to use. If you want to edit your db-data, you can just open the file and edit the insert statements. or

H2 - Said to be faster (by the developer, who originally designed hsqldb, too) Which one you use is up to you, depending how much performance and how much stability you need.

The developer of H2 has put up a nice performance evaluation: http://www.h2database.com/html/performance.html

see more

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top