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, andMySQL. - DbResult
- Convenience type alias for database operation results.
- DbTransaction
- Database transaction type for multi-statement operations.