Download List

Project Description

LiteSQL is a C++ library that integrates C++
objects tightly to a relational database and thus
provides an object persistence layer. LiteSQL
supports SQLite3, PostgreSQL, and MySQL 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 any kind of C++ data structures. Objects can
be selected, filtered, and ordered using a
template- and class-based API with type checking
at compile time.

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.

2005-11-30 08:32 Back to release list
0.3.1

A namespace attribute is now required. Relation
field type names are now consistent with object
field type names (they start with an uppercase
letter). Litesql-gen no longer rejects relations
with two or more objects with no relation handles.
Better tests for backend databases were added to
configure.ac.
Tags: Minor bugfixes

Project Resources