Hacker News new | ask | show | jobs
S3lite – A SQLite-like database engine with S3-compatible storage back end (github.com)
2 points by sjcotto 118 days ago
1 comments

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 ?