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:
Steps to use this library:
diesel
like this: diesel = {package = "lunatic-diesel", version = "0.1.0"}
or else some of the features of diesel will not work properlydiesel migration generate
Returning
statement