LiteSQL

Not to be confused with SQLite.
LiteSQL
Stable release
0.3.17 / 2014-11-27
Written in C++
Available in C++
Type library or framework
Website http://litesql.sf.net/

LiteSQL is an open-source C++ Object Relational Mapping persistence library for UNIXes, Mac OS X and Windows with support for SQLite3, PostgreSQL, MySQL and Oracle as backends.

LiteSQL creates tables, indexes and sequences to database and upgrades schema when needed. In addition to object persistence, LiteSQL provides object relations which can be used to model basic OO building blocks (aggregation, composition, association). Objects can be selected, filtered and ordered using template- and class-based API with type checking at compile time.

The Data-Mapping is described in an xml-File.

This article is issued from Wikipedia - version of the 11/24/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.