Quaint

crates.io docs.rs Build status Discord

Quaint is an abstraction over certain SQL databases. It provides:

Documentation

Feature flags

Goals:

Non-goals:

For type-safe database abstraction, Diesel is an excellent choice.

Testing:

Then:

``` sh

cargo test ```

Query debug

The queries can be logged by setting the LOG_QUERIES environment variable to any value. They'll be logged at the INFO level and are visible when having a logger in scope. If using Tracing, compiling Quaint with the tracing-log feature flag will parameterize the logged queries into a more suitable format for Tracing.