I am looking for a lightweight, reliable and fast key/value database for storing binary data. Simple without server. Most of popular key/value databases like CDB and BerkeleyDB does not natively store BLOB
. What can be the best choice that I missed?
My current choice is SQLite, but it is too advanced for my simple usage.