Module postgres

Module postgres 

Source
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ยง

PostgresBackend
PostgreSQL database backend implementation
PostgresConnection
PostgreSQL connection implementation
PostgresPool
PostgreSQL connection pool implementation
PostgresRow
PostgreSQL row implementation
PostgresTransaction
PostgreSQL transaction implementation