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


Release Notes: This release adds shared library version information and an adaptation for the renamed lfcbase library.


Release Notes: The new build process was fixed.


Release Notes: This release reworks the build process using current versions of autoconf, automake, and libtool. (Please note that lfc-1.5.1 and lfcxml-1.1.0 have also been adapted.)


Release Notes: This release adds another fix for multidimensional index evaluation. The solution is still not final.
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?