Module tokio_postgres

Source

Structs§

PostgresBackend
A PostgreSQL database backend using tokio-postgres
PostgresConnection
A connection to a PostgreSQL database using tokio-postgres
PostgresPool
A connection pool for PostgreSQL using deadpool-postgres
PostgresTransaction
A PostgreSQL transaction using tokio-postgres

Functions§

postgres_backend
Create a new PostgreSQL backend from environment variables
postgres_backend_with_config
Create a new PostgreSQL backend with a custom config