guoxiao / libodb

mirror of git://scm.codesynthesis.com/odb/libodb.git

Home Page:http://www.codesynthesis.com/products/odb/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ODB is an object-relational mapping (ORM) system for C++. It provides
tools, APIs, and library support that allow you to persist C++ objects
to a relational database (RDBMS) without having to deal with tables,
columns, or SQL and without manually writing any of the mapping code.
For more information see:

http://www.codesynthesis.com/products/odb/

This package contains the common ODB runtime library. Every application
that includes code generated by the ODB compiler will need to link to
this library.

See the NEWS file for the user-visible changes from the previous release.

See the LICENSE file for distribution conditions.

See the INSTALL file for prerequisites and installation instructions.

Send questions, bug reports, or any other feedback to the 
odb-users@codesynthesis.com mailing list.

About

mirror of git://scm.codesynthesis.com/odb/libodb.git

http://www.codesynthesis.com/products/odb/

License:Other


Languages

Language:C++ 98.1%Language:Makefile 1.7%Language:C 0.2%Language:Shell 0.1%