Download List

Projeto Descrição

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-25 01:44 Back to release list
0.3.0

Código de tratamento de relação tem sido melhorado. Um script de configuração foi adicionado usando autoconf e automake. Um gerador de código Python foi substituído por um C + + um (litesql-gen). Dependências SCons foram removidos. Cabeçalhos de pacotes da Debian foram adicionados. Um alvo Graphviz foi adicionado à litesql-gen. Data, hora, data e hora, e tipos boolean foram adicionados.
Tags: Major feature enhancements
Relation handling code has been improved. A configure script has been
added using autoconf and automake. A Python code generator has been
replaced with a C++ one (litesql-gen). Scons dependencies have been
removed. Debian packaging headers have been added. A Graphviz target has
been added to litesql-gen. Date, time, datetime, and boolean types have
been added.

Project Resources