ODB C++ ORM adds support for PostgreSQL

From: Boris Kolpackov <boris(at)codesynthesis(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: ODB C++ ORM adds support for PostgreSQL
Date: 2011-07-27 11:04:45
Message-ID: boris.20110727130347@codesynthesis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Hi,

I am pleased to announce the release of ODB 1.5.0 with support for
PostgreSQL.

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:

* Support for the PostgreSQL database, including updates to the Boost
and Qt profiles.

* Support for per-class database operations callbacks.

* New NULL handling mechanism.

* Ability to specify database default values and additional column
definition options.

A more detailed discussion of the new features as well as some performance
numbers for the new PostgreSQL support can be found in the following blog
post:

http://www.codesynthesis.com/~boris/blog/2011/07/26/odb-1-5-0-released/

For the complete list of new features in this version see the official
release announcement:

http://www.codesynthesis.com/pipermail/odb-announcements/2011/000006.html

ODB is written in portable C++ and you should be able to use it with any
modern C++ compiler. In particular, we have tested this release on GNU/Linux
(x86/x86-64), Windows (x86/x86-64), Mac OS X, and Solaris (x86/x86-64/SPARC)
with GNU g++ 4.2.x-4.5.x, MS Visual C++ 2008 and 2010, and Sun Studio 12.
The currently supported database systems are MySQL, SQLite, and PostgreSQL.

More information, documentation, source code, and pre-compiled binaries are
available from:

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

Enjoy,
Boris

Browse pgsql-announce by date

  From Date Subject
Next Message Nucleon Software 2011-07-28 11:30:33 Database Master 4 with PostgreSQL and LINQ Released
Previous Message David Fetter 2011-07-25 05:28:10 == PostgreSQL Weekly News - July 24 2011 ==