Download List

项目描述

Cego implements a relational and transactional database system with support for the SQL query language. The current release contains the most common database features for basic table manipulation and data retrieval. Indexes, foreign keys, views, and stored procedures are also implemented. Future releases (2.0 and above) will support a multi-node database concept with log file shipping for an automatic database application failover.

系统要求

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.

2013-02-05 08:30 Back to release list
2.17.0

排序和分组已更改: 新推出的 AVLTreeT 基类的类用来建立的排序和分组的树木 (需要 lfc 1.4.0)。现在可以对数按顺序执行任何分组和排序的查询。
Ordering and grouping was changed: the new introduced AVLTreeT base class is used to build up the ordering and grouping trees (requires lfc 1.4.0). Now any grouping and ordering queries can be performed in logarithmic order.

Project Resources