开源关系数据库-Cego
2013-08-29 09:20:19 阿炯

本站赞助商链接,请多关照。 Cego实现了一个支持事务和SQL查询语言的关系数据库,支持一般的数据库功能以及索引、视图、存储过程等。采用C/C++开发并在GPL协议下授权。


Cego is an open source implementation of a relational and transactional database system using an object oriented software design.

Cego supports SQL query requests using all common programming interfaces (C, C++, DBD, Java). The system architecture is multi-threaded based on POSIX threads and is designed for high end performance and availability.

Cego 是一款使用面向对象的软件设计,实现了关系和事务性的数据库系统。它使用所有常见的编程接口(C, C++, Perl DBD, Java),支持SQL查询请求。该系统架构是基于POSIX多线程,专为高端的性能和可用性而设计。当前版本包含了最常见的基本表格操作和数据检索的数据库功能,同时还支持索引、外键、视图和存储过程等等。后续版本将会支持多节点数据库的概念与自动数据库应用程序故障转移的日志文件发送。

最新版本:2.20
此版本基于curses的管理客户端添加了更多关于角色,用户和tableset管理的功能。

项目主页:http://www.lemke-it.com/litexec?request=pubcego&user=&lang=en