boringdb 0.3.8

Robust, reasonably high-performance key-value database built on SQLite
Documentation

A SQLite-based, single-process, key-value database. You want boringdb if:

  • You want high performance somewhat approaching that of databases like sled and RocksDB
  • You don't need SQL, multiprocess support, or the other cool features of SQLite
  • You want SQLite's proven reliability