lunatic-diesel

A collection of Diesel Backends and Connections that enable the usage of various sql databases with the Diesel ORM. The crate re-exports all of diesel and is therefore to be used as a replacement for diesel and should be used under the name diesel in the dependencies

An example of using it with SQLite is provided here: https://github.com/SquattingSocrates/sqlite-lunatic-diesel-example

Currently supported databases:

Usage

Steps to use this library:

Roadmap