diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-09-05 11:54:16 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-09-05 11:54:16 +0200 |
commit | f024d16b9c78d683baa5d87b6e92b3d79a1f3300 (patch) | |
tree | 0f2c114c2d046a4abe1fe582f34d18b08f8cc2c0 /README | |
parent | db57fa8ca484a677350299e691f0f6ba721904c8 (diff) |
Add initial development infrastructure
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -0,0 +1,20 @@ +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 Oracle ODB runtime library. Every application +that includes code generated for the Oracle database 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. |