Expand description
§PostgreSQL Schema Upgrader
A library for managing PostgreSQL database schema migrations with safety and integrity in mind. It supports both synchronous (blocking) and asynchronous (Tokio) execution modes.
Structs§
- Postgres
Upgrader Options - Options for the PostgreSQL schema upgrader.
- Postgres
Upgrader Options Builder - A builder for
PostgresUpgraderOptions.
Enums§
- SslMode
- SSL Mode for the PostgreSQL connection.
- Upgrader
Error
Functions§
- upgrade_
async - Asynchronously applies schema upgrades from the specified folder to the database.
- upgrade_
blocking - Synchronously applies schema upgrades from the specified folder to the database.