轻量级NoSQL数据库WhiteDB
WhiteDB 是一个轻量级 NoSQL 数据库,使用 C 语言编写。整个数据库运行在内存中,没有服务器进程,数据直接通过共享内存读写,无需使用 Socket。跨平台运行并在GPLv3协议下授权。WhiteDB is a lightweight NoSQL database library written in C, operating fully in main memory. There is no server process. Data is read and written directly from/to shared memory, no sockets are used between WhiteDB and the application program.
特性
支持索引(T-tree)
通过日志和内存 dump 进行持久化
通过锁实现并发
查询限制
json, CSV and RDF 支持
支持 Linux 和 Windows
提供 Python 版本
命令行工具
json REST 工具
最新版本:0.7
官方主页:http://whitedb.org/