Skip to main content

Module pool

Module pool 

Source
Expand description

Database connection pooling and initialization.

Functions§

create_pool
Creates a connection pool for the database.
create_pool_with_schema
Creates a connection pool and initializes the database schema.

Type Aliases§

DbPool
Generic database pool type supporting SQLite, PostgreSQL, and MySQL.
DbResult
Convenience type alias for database operation results.
DbTransaction
Database transaction type for multi-statement operations.