YB.ORM

Library to help you with your development
Download

YB.ORM Ranking & Summary

Advertisement

  • Rating:
  • Publisher Name:
  • Vaclav Naydionov, Sergey Chmelev
  • File Size:
  • 17.7 MB

YB.ORM Tags


YB.ORM Description

YB.ORM was created to be an object-relational mapper library for the C++ programming language. It helps to link data tables from your RDBMS to objects incapsulating business logic of your application. Typical usage scenario is the following: · Describe your database schema i.e. the tables with their columns and the relationships between tables in simple XML-based format. · Optionally, use the SQL generator for initial DDL statements. · Perform this step to populate your empty database schema with tables. · Use code generation tool provided to produce C++ classes for each table. · This code hides details of how objects are being loaded and stored from/to the corresponding database tables, as well it represents the relationships between objects in a convenient way. · Add application-specific logic to the classes, etc.


YB.ORM Related Software