Crate xxpg

Crate xxpg 

Source

Re-exports§

pub use async_lazy;
pub use tokio_postgres;

Macros§

Q
Q01
Q1
paste
sql

Structs§

Client
An asynchronous PostgreSQL client.
Error
An error communicating with the Postgres server.
LazyStatement
NoTls
A MakeTlsConnect and TlsConnect implementation which simply returns an error.
Row
A row of data returned from the database by a query.
Statement
A prepared statement.

Statics§

PG
TRT

Traits§

ToSql
A trait for types that can be converted into Postgres values.
ToStatement
A trait abstracting over prepared and unprepared statements.

Functions§

Q
Q01
Q1
conn

Attribute Macros§

ctor
Marks a function or static variable as a library/executable constructor. This uses OS-specific linker sections to call a specific function at load time.