Expand description
PostgreSQL Backend Implementation
This module provides the PostgreSQL-specific implementation of the database backend traits using sqlx as the underlying database driver.
Structsยง
- Postgres
Backend - PostgreSQL database backend implementation
- Postgres
Connection - PostgreSQL connection implementation
- Postgres
Pool - PostgreSQL connection pool implementation
- Postgres
Row - PostgreSQL row implementation
- Postgres
Transaction - PostgreSQL transaction implementation