Structs§
Enums§
- Postgres
Connect Options Builder Error - Error type for PostgresConnectOptionsBuilder
Functions§
- connect_
pg - Connects to a Postgres database with the provided connection
options
returning a connection pool. - drop_
postgres - Drops the Postgres database with the given name using the provided connection pool.
- get_
postgres_ connect_ options - Constructs
PostgresConnectOptions
by merging provided arguments, environment variables, and defaults. - init_
postgres - Initializes the Postgres database by creating schema, roles, and executing SQL files from
schema_dir
.