sqlx-postgres 0.7.4

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

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