Download List

프로젝트 설명

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.

System Requirements

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.

2013-02-14 07:41 Back to release list
2.2.0

이 릴리스의 주요 새로운 기능은 다중 데이터베이스 지원, 쿼리, 변경 내용 추적 컨테이너, 사용자 지정 세션 및 자동 매핑 [N] char에 대 한 준비 포함 됩니다. 이 버전은 또한 Qt4, 뿐만 아니라 qt5에 대 한 지원을 추가 하 고 모바일/임베디드 시스템과 ODB를 사용 하 여 가이드와 함께 제공.
Tags: Major, Qt5
Major new features in this release include multi-database support, prepared queries, change-tracking containers, custom sessions, and automatic mapping for char[N]. This version also adds support for Qt5 in addition to Qt4, and comes with a guide on using ODB with mobile/embedded systems.

Project Resources