minco-sqlx-postgres
Bounded SQLx PostgreSQL runtime support for Minco.
The serverless profile defaults to a small pool with zero minimum connections, a bounded acquisition timeout, and an idle timeout. Runtime and migration credentials should remain separate in deployed environments.
use ;
# async
Applications that compose independently versioned migration sets must give each set its own history table:
# use PgPool;
# async
The history-table name is restricted to a plain PostgreSQL identifier. Reusing
SQLx's default _sqlx_migrations table for unrelated migration directories
causes version/checksum collisions.