diesel 2.1.6

A safe, extensible ORM and Query Builder for PostgreSQL, SQLite, and MySQL
Documentation
1
2
3
4
5
6
7
8
9
10
mod date_and_time;
mod decimal;
#[cfg(all(
    feature = "serde_json",
    any(feature = "postgres_backend", feature = "mysql_backend")
))]
mod json;
mod option;
mod primitives;
pub(crate) mod tuples;