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.

2011-07-07 06:58 Back to release list
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.

Project Resources