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.

2012-01-10 06:57
0.3.13b2

Esta versão adiciona o suporte para o Oracle back-end (ocilib). Existem algumas correções de erros. Visual Liteql tiver sido instalado no Menu.
Tags: Unstable
This release adds support for the Oracle backend (ocilib). There are some bugfixes. Visual Liteql has been installed in Menu.

2011-07-07 06:58
0.3.11

Esta versão adiciona suporte para o tipo de dados bigint campo.
Tags: Minor, Stable
This release adds support for bigint field data type.

2006-01-25 19:40
0.3.2

Muitas correções de bugs pequenos, mas importantes foram feitas. A litesql-config utilidade, pkg-config apoio e cabeçalhos de embalagens RPM foram adicionados.
Tags: Major bugfixes
Many small but important bugfixes were made. A litesql-config utility, pkg-config support, and RPM packaging headers were added.

2005-11-30 08:32
0.3.1

Um atributo namespace é agora necessário. Relação tipo de campo nomes são consistentes com os nomes de objeto tipo de campo (que começam com uma letra maiúscula). Litesql-gen já não rejeita as relações com dois ou mais objetos sem relação com alças. Melhores testes para bancos de dados back-end foram adicionados ao configure.ac.
Tags: Minor bugfixes
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.

2005-11-25 01:44
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