datacake-sqlite 0.1.0

A pre-built implementation of datacake's Storage trait using SQLite.
docs.rs failed to build datacake-sqlite-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: datacake-sqlite-0.5.0

Datacake SQLite

A pre-built implementation of the datacake-cluster Storage trait, this allows you to set up a persistent cluster immediately without any hassle of implementing a correct store.

For more info see https://github.com/lnx-search/datacake

Setup

It's important to note that this crate does bundle SQLite with it but it can be disabled by passing default-features = false.