diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-04-28 11:21:37 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-05-03 11:01:18 +0200 |
commit | 00eab4e6eca4227b1ecd2c6f502eedad41c3af96 (patch) | |
tree | cc3c7c33dc38f4002923567e9f7eb8087f17b2c3 /README | |
parent | f7f4d440622bc90c3aa491fd72951ae873505016 (diff) |
Add libodb-pgsql infrastructure files
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 PostgreSQL ODB runtime library. Every +application that includes code generated for the PostgreSQL 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. |