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.
| Tags | Database Front-Ends Database Engines/Servers |
|---|---|
| Licenses | GPL |
| Operating Systems | Unix POSIX Windows Windows |
| Implementation | C++ SQL |
| Translations | English |
Recent releases


Release Notes: This release adds a small fix for procedure return value evaluation.


Release Notes: A small fix for procedure return values.


Release Notes: This release adds a str2date function for dynamic string-to-date conversion.


Release Notes: This release fixes a bug in the CegoFunction::clone method for user-defined functions.


Release Notes: To solve another naming conflict with Fedora, the include path was renamed from lfc to lfcbase (requires lfcbase-1.5.4 and lfcxml-1.1.3 ). The license was upgraded to the GPLv3.
Recent comments
16 Nov 2010 06:46
Good question :) One motivation are the distributed aspects of the cego database.
( see the documentation on my home page ). Furthermore, I wanted to make a fresh, small and clean software design completety written in C++. As a third aspect, look to the database administration features like datafile management. A lot of this stuff was inspired from high end requirements
16 Nov 2010 04:37
Im very curious what need this database is aimed at. What missing features in mysql/postgresql/sqlite etc motivated to author to create a database?