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.
Installation:
Run the configure script with the following options
./configure --prefix=
where prefix-dir is the base directory of the previous installed base and xml libraries.
Run make
./make
This builds the Cego executable programs. You can install the resulting files with the install command
./make install
For using the Cego database suite, please refer to the HTML-based documentation located in the doc directory.
Product's homepage
Requirements:
· base-1.0.4.tar.gz
· xml-1.0.1.tar.gz
What's New in This Release: [ read full changelog ]
· The new version fixes a bug in CegoIndexCursor.
· The buffer pool fix for the data pointer (dataLock ) was not hold which might lead to invalid memory pointers from the calling method.