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.

2005-07-23 20:54
0.2

Macro hacks were removed, as an XML database
definition file and code generator are used now.
N-ary relations (relations that link three or more
objects) are supported. Support was added for
relation attributes (ordered relations are now
possible). Set operations were added: intersect,
union_, except. Small changes were made under the
hood.
標籤: Major feature enhancements

2005-03-20 16:33
0.1

標籤: Initial freshmeat announcement

Project Resources