2013-02-13

Hi,

I am pleased to announce the release of ODB 2.2.0.

ODB is an open source object-relational mapping (ORM) system for C++. It

allows you to persist C++ objects to a relational database without having

to deal with tables, columns, or SQL and without manually writing any of

the mapping code.

Major new features in this release:

* Ability to use multiple database systems (for example, MySQL, SQLite,

etc.) from the same application.

Show more