krasun / gosqldbLinks
A key-value persistent database that supports SQL queries over B+ and LSM trees
☆31Updated 3 years ago
Alternatives and similar repositories for gosqldb
Users that are interested in gosqldb are comparing it to the libraries listed below
Sorting:
- Log-structured merge-tree☆32Updated 2 years ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆276Updated 9 months ago
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆376Updated last year
- A slick BTree on disk based key value store implemented in pure Go☆150Updated 3 years ago
- A Bitcask (LSM+WAL) Key/Value Store written in Go.