sqlx-postgres 0.9.0-alpha.1

PostgreSQL driver implementation for SQLx. Not for direct use; see the `sqlx` crate for details.
Documentation
1
2
3
4
5
6
7
8
9
mod date;
mod datetime;

// Parent module is named after the `time` crate, this module is named after the `TIME` SQL type.
#[allow(clippy::module_inception)]
mod time;

#[rustfmt::skip]
const PG_EPOCH: ::time::Date = ::time::macros::date!(2000-1-1);