Skip to main content

Crate minco_sqlx_postgres

Crate minco_sqlx_postgres 

Source
Expand description

Bounded SQLx PostgreSQL pools for local servers and serverless runtimes.

Modules§

plugin_adapters

Structs§

PostgresPoolConfig

Enums§

PostgresError

Functions§

apply_migration_plan
apply_migration_set
apply_seed_plan
connect
connect_lazy
migrate
migrate_with_history_table
migration_target_state
ready
verify_migration_tables
verify_seed_plan

Type Aliases§

PgPool
An alias for Pool, specialized for Postgres.