Hacker News new | ask | show | jobs
by muyuu 4738 days ago
Are these key-value DBs like LevelDB / BerkeleyDB / etc? or maybe something more sophisticated?
1 comments

Both CppDB and ODB are abstraction layers between your code and SQL (Postgres, mySQL etc). ODB is somewhat closer to ORM.

CppDB uses MIT or BSD license (you pick), ODB is under LGPL or commercial license.