I\'m looking for a dbm-like library that I can use in place of Berkeley DB, which I\'m currently using. My main reason for switching is the licensing fees for BDB are pretty hig
You could try JDBM. It is a free (Apache 2) key-value store with disk persistence. Simple API and high performance