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: Thie release supports a serial network protocol, which improves retrievel performance up to 2 times. Some fixes have been made. Please note that this release requires the corresponding base library (lfc-1.3.0).


Release Notes: Small fixes.


Release Notes: Small fixes on special outer join queries and foreign key handling.


Release Notes: This release adds small fixes for stored procedures.


Release Notes: More patches have been added: a FLA-Cache fix for case conditions, functions, and aggregation, a warning fix for clang compilation, and a fix in CegoClient for dumpfiles (fixed data type).
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?