datacake-sqlite 0.1.0

A pre-built implementation of datacake's Storage trait using SQLite.
1
2
3
4
5
6
7
8
9
10
# 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`.