diesel 2.3.9

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