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.

2012-09-01 13:38 Back to release list
0.3.1

Esta versión integra un controlador nativo de SQLite para uso en compilaciones no Qt. Se utiliza en las compilaciones de Windows por defecto. Se mejoró el registro en el núcleo ORM. URL ahora pueden utilizarse para especificar las conexiones. Nuevo--con-prueba-db-url y - con-yborm-root configuración opciones de secuencia de comandos y se agrega una variable de entorno YBORM_URL. Se han solucionado problemas con eliminación de objetos. Las interfaces de las clases de metadatos se limpian, hacer más legible el código generado. Una nueva clase de expresión había reemplazado la vieja clase de filtro.
Tags: Minor, Alpha
This release integrated a native SQLite driver for use in non-Qt builds. It is used in Windows builds by default. Logging in the ORM core was improved. URLs can now be used to specify connections. New --with-test-db-url and --with-yborm-root configure script options and a YBORM_URL environment variable were added. Problems with deletion of objects were fixed. The interfaces of MetaData classes was cleaned up, making the generated code more readable. A new Expression class replaced the old Filter class.

Project Resources