Télécharger la liste

Description du projet

ODB is a compiler-based 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 mapping code. The C++ code that performs the conversion between persistent classes and their database representation is automatically generated by the ODB compiler. The ODB compiler is a real C++ compiler except that instead of producing assembly or machine code, it generates portable C++, which can in turn be compiled by any C++ compiler. ODB is not a framework. It does not dictate how you should write your application. Rather, it is designed to fit into your style and architecture by only handling C++ object persistence and not interfering with any other functionality.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-04-27 23:20 Retour à la liste release
1.4.0

Principales nouveautés de cette version incluent le profil Qt soutien persistance types Qt de base, les types de date-heure, pointeurs intelligents, et les conteneurs, le soutien à l'héritage objet non polymorphe, y compris les classes de base abstraites, et la cartographie automatique de C + + énumérations de base de données ENUM types entier ou.
Tags: Major
Major new features in this release include the Qt profile providing persistence support for Qt basic types, date-time types, smart pointers, and containers, support for non-polymorphic object inheritance including abstract base classes, and automatic mapping of C++ enumerations to database ENUM or integer types.

Project Resources