SPHiveDB is a server for sqlite database
- 资源大小:4.13 kB
- 上传时间:2021-06-30
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
资 源 简 介
SPHiveDB is a server for sqlite database. It use JSON-RPC over HTTP to expose a network interface to use SQLite database. It supports combining multiple SQLite databases into one file through Tokyo Cabinet. It also supports the use of multiple files. It is designed for the extreme sharding schema -- one SQLite database per user.
```
Changelog:
Changes in version 0.7.5 (12.06.2009)
PHP client api was added
Upgrade sqlite to 3.6.20
Changes in version 0.7 (10.18.2009)
Replace json by protobuf"s wire format to improve performance
Changes in version 0.6 (07.11.2009)
Python client api was added
Remove function was added
Changes in version 0.5 (07.04.2009)
C++
文 件 列 表
spmemvfs-0.3
Makefile
spmemvfs.c
spmemvfs.h
testmemvfs.c