Y
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
CCs
4737 days ago
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.
link
CppDB uses MIT or BSD license (you pick), ODB is under LGPL or commercial license.