Reputation: 63442
I'm looking for an embedded SQL database for Java, with a small footprint. Something like SQLite, but it should be pure Java. So far I've seen HSQLDB, H2 and Apache Derby, but they're not what could be called small footprint. Ideally, the database I'm looking for would be embeddable in a J2ME application.
Is there something like this?
Upvotes: 6
Views: 6197
Reputation: 5047
You may try http://www.jepstone.net/tinySQL/.
Pros:
Cons:
Upvotes: 2
Reputation: 1388
You can also look at:
This list is something I just found on the internet (http://www.coderanch.com/t/230853/JME/Mobile/List-Database-ME) and some of the listed products seems abandoned, but I thought that maybe it can be helpful...
Upvotes: 2
Reputation: 181270
Yes, there is an Apache project for that called Apache Derby.
Upvotes: 4