PostgresDatabase typedef
PostgresDatabase = Connection
Type alias for Archery's Postgres connection handle.
This exists so applications can reference the database type without importing the underlying driver package directly.
Implementation
typedef PostgresDatabase = Connection;