If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Microsoft SQL Server > [ANN] ODB C++ ORM 1.8.0 released, adds support for SQL Server

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-31-12, 08:35
bosk bosk is offline
Registered User
 
Join Date: Jan 2012
Posts: 2
[ANN] ODB C++ ORM 1.8.0 released, adds support for SQL Server

I am pleased to announce the release of ODB 1.8.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:
  • Support for the Microsoft SQL Server database, including updates to the Boost and Qt profiles, on both Windows and GNU/Linux.
  • Support for database schemas (database namespaces).
  • Ability to define composite value types as C++ class template instantiations.

A more detailed discussion of these features can be found in this blog post. For the complete list of new features in this version see the official release announcement.

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.6.x, MS Visual C++ 2008 and 2010, and Sun Studio 12.

The currently supported database systems are MySQL, SQLite, PostgreSQL, Oracle, and SQL Server. ODB also provides profiles for Boost and Qt, which allow you to seamlessly use value types, containers, and smart pointers from these libraries in your persistent classes.

More information, documentation, source code, and pre-compiled binaries are available from the project page.
Reply With Quote
Reply

Tags
c++, mssql, orm

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On