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 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

宏黑客被拆除,作为一个XML数据库定义文件和代码生成器使用了。n元关系(关系连结三个或更多的对象)的支持。有人表示支持增加属性的关系(有序的关系成为可能)。增加了设置操作:相交,union_,除。微小变化了引擎盖下。
标签: Major feature enhancements
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.

2005-03-20 16:33
0.1

标签: Initial freshmeat announcement

Project Resources