I am looking for a database engine to do simple key/value lookups. Lots
of them.
No SQL. No sophisticated queries, not even index sequential access -
just lookup a short chunk of bytes by another. SleepyCat berkeleydb
looks like a good choice for this task but the license costs are
prohibitive (unless you are an open source project).
Would CodeBase be a good alternative? Any other engine you might
recommend?