S3lite – A SQLite-like database engine with S3-compatible storage back end(github.com)
github.com
S3lite – A SQLite-like database engine with S3-compatible storage back end
https://github.com/sjcotto/s3lite
1 コメント
nice project, S3lite can work on all platforms? Linux/Windows/Mac? also what is the internal architecture of s3lite? As far as I know sqlite using b-tree not b+tree , what is reason behind selecting b+ tree ?