BerkeleyDB is not a traditional DB so I don't know if it has normal JDBC
drivers (I never really checked). HSQL is probably as light-weight as you
can get (other than one of the other local dbs, whose names I've
forgotten). You can configure HSQL to read the db from a local file as part
of its jd
Hello!
I'm in the process of setting up the services management tool, and I am
hoping to get some advice on which DB to use to persist service data.
We'd hoped to store this data in something simple & local (maybe a
simple BerkleyDB?) but the docs seem to steer you toward HyperSQL. Are
there a