garage_db 1.0.0

Abstraction over multiple key/value storage engines that supports transactions
Documentation

garage_db

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 8 feature flags, 7 of them enabled by default.

default

  • lmdb
  • sqlite

lmdb

  • heed

sqlite

  • rusqlite
  • r2d2
  • r2d2_sqlite

heed

  • dep:heed

rusqlite

  • dep:rusqlite

r2d2

  • dep:r2d2

r2d2_sqlite

  • dep:r2d2_sqlite

bundled-libs

  • rusqlite?/bundled