I am looking for a small embedded SQL database for Java. Something like SQLite, but it should be pure Java. So far I have seen HSQLDB, H2 and Apache Derby, but they are not what can be called small. Ideally, the database I'm looking for will be embedded in a J2ME application.
Is there something like this?
source share