SQLite or other "DB in a file" for Java?

A

Andrew Fabbro

Is there something like SQLite for Java? i.e., something that allows
me to speak SQL to a file without having a DBMS to talk to?

In C, there's the SQLite package (http://www.hwaci.com/sw/sqlite/).
I'm just curious what's out there for Java that is similar.

Thanks,

-Drew
 
M

Michael Borgwardt

Andrew said:
Is there something like SQLite for Java? i.e., something that allows
me to speak SQL to a file without having a DBMS to talk to?

HSQLDB's standalone mode pretty much works like that (http://hsqldb.org/).
As does using a Microsoft Access DB file via Sun's JDBC-ODBC bridge.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,162
Latest member
GertrudeMa
Top