http://code.google.com/p/sphivedb/

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. It also supports
the use of multiple files ( through Tokyo Cabinet ). It is designed
for the extreme sharding schema -- one SQLite database per user. It
supports to Automatic synchronization of database structure depending
on a create table statement.

The lastest release:
http://sphivedb.googlecode.com/files/sphivedb-0.2.src.tar.gz

The system architecture diagram:
http://lh4.ggpht.com/_ujFk6cBIKlI/SjT1OS--ARI/AAAAAAAAAJQ/rz7tE60kbYY/s576/sphivedb.jpg

The json packet format:
http://code.google.com/p/sphivedb/wiki/JsonFormat

It also provides a memvfs for sqlite:
http://sphivedb.googlecode.com/files/spmemvfs-0.2.src.tar.gz
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to