btrask / sqlheavyLinks
SQLite ported to LevelDB, LMDB, RocksDB, and anything else you can imagine
☆25Updated 8 years ago
Alternatives and similar repositories for sqlheavy
Users that are interested in sqlheavy are comparing it to the libraries listed below
Sorting:
- C wrapper around transactional key-value stores☆16Updated 3 years ago
- Live SQLite3 database master-slave replication with sqlite3-rdiff using rsync over SSH☆41Updated 8 years ago
- compute and apply signature-based row differences for SQLite3 databases☆29Updated 8 years ago
- a library that implements a POSIX style filesystem on top of an SQLite database☆633Updated last year
- SQLite Virtual Table Example☆25Updated 9 years ago
- SQLite3 extension for read-only HTTP(S) database access☆53Updated last year
- SQLite3 ported to use LMDB instead of its original Btree code. See https://github.com/LumoSQL/LumoSQL for maintained fork.☆311Updated 5 years ago
- Initial work on SQLite and LMDB integration☆75Updated 2 years ago
- Official Github Mirror of the LumoSQL Database Project (https://lumosql.org/src/lumosql)☆201Updated last year
- Automatically exported from code.google.com/p/idzip☆40Updated 10 years ago
- iMatix GSL code generator, used by ZeroMQ☆43Updated last year
- SocialCalc for Socialtext☆180Updated 6 years ago
- A WebKit2 port based on POSIX and OpenGL/ES☆66Updated 11 years ago
- High-performance nosql database. Written in C, multi-threaded, based on LightningDB and nanomsg.☆116Updated 11 years ago
- A SQLite extension for extracting values from serialized Protobuf messages☆88Updated last month
- Distributed Flow-Based Programming via message queues☆142Updated 4 years ago
- A super-fast, compact, JSON-equivalent binary data format☆320Updated 2 weeks ago
- SQLite with stored procedures☆20Updated 7 years ago
- Direct IO helpers for block devices and regular files on FreeBSD, Linux, macOS and Windows.☆74Updated 2 years ago
- AergoLite: Trustless SQLite Replication☆114Updated 3 years ago
- A SQL query engine built on levelup/leveldb - uses level-queryengine☆21Updated 11 years ago
- Orly™ Graph Database☆39Updated last year
- 📑 SQLite extension to add the Okapi BM25 ranking algorithm☆35Updated 10 years ago
- Manticore Columnar Library☆94Updated last week
- ☆233Updated last year
- a toy duckdb based timeseries database☆15Updated 4 years ago
- Bring RocksDB to PostgreSQL as an extension. It is the first foreign data wrapper (FDW) that introduces LSM-tree into PostgreSQL. The und…