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
mod buf_mut;

pub use buf_mut::PgBufMutExt;

pub(crate) use sqlx_core::io::*;