Download List

Descripción del Proyecto

The YB.ORM library aims to simplify writing C++ code that has to deal with SQL databases. The goal is to provide a convenient interface like SQLAlchemy (Python) or Hibernate (Java). The library itself is cross-platform and supports a variety of SQL dialects: SQLite3, MySQL, Postgres, Oracle, and Firebird. Integration with Boost, Qt4, and wxWidgets is built-in. In a typical usage scenario, you would describe your database schema and table relationships in a simple XML-based format, generate SQL code to populate database schema with tables, generate C++ classes, add application-specific logic to the classes, and use these classes in cooperation with the Session object to query objects from the database, create new or modify/delete existing objects, or link and unlink objects using relations. Simple serialization to XML is supported along with connection pooling.

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-01 06:56 Back to release list
0.3.4

Esta versión implementa por orden y utilizar-lista = propiedades de la relación 'falso': útil para la relación uno a uno. Añade métodos create_schema() y drop_schema() a la clase de motor. Tiene un serializador JSON básico de ElementTree. Optimiza DataObject y RelationObject algorítmico. CodeGen: el typedef titular se ha movido en una clase de dominio. Comparación de objeto de dominio se ha solucionado, lo que le permite poner en mapas y sistemas. Hay una solución para tablas sin una clave de suplente y con una clave suplente asignado manualmente. Hay arreglos para un mejor soporte de tablas con claves compuestas. Se han corregido muchos errores tipográficos.
Tags: Minor, Alpha
This release implements order-by and use-list='false' relationship properties: useful for one-to-one relation. It adds create_schema() and drop_schema() methods to the Engine class. It has a basic JSON serializer from ElementTree. It optimizes DataObject and RelationObject algorithmically. CodeGen: the Holder typedef has been moved into a domain class. Domain object comparison has been fixed, allowing you to put them in maps and sets. There is a fix for tables without a surrogate key and tables with a manually assigned surrogate key. There are fixes for better support of tables with compound keys. Many typos have been fixed.

Project Resources