Quaint

crates.io docs.rs Cargo tests Discord

Notice

This project is a fork of Prisma's quaint.

Introduction

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.

The FMT_SQL environment variable can be used to log formatted SQL queries. Beware, the fmt-sql feature must be enabled too.

Security

If you have a security issue to report, please contact us at security@prisma.io