Download List

專案描述

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

This release adds support for the Oracle backend (ocilib). There are some bugfixes. Visual Liteql has been installed in Menu.
標籤: Unstable

2011-07-07 06:58
0.3.11

This release adds support for bigint field data type.
標籤: Minor, Stable

2006-01-25 19:40
0.3.2

Many small but important bugfixes were made. A litesql-config utility, pkg-config support, and RPM packaging headers were added.
標籤: Major bugfixes

2005-11-30 08:32
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.
標籤: Minor bugfixes

2005-11-25 01:44
0.3.0

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.
標籤: Major feature enhancements

Project Resources