Description
Common ODB runtime support helps C++ applications use object-relational mapping code generated by ODB. It is useful when programs store C++ objects in relational databases without writing every SQL mapping by hand.
This is a runtime library, not a database server or GUI. Applications still control schema changes, transactions, migrations, and how user data is stored.