Functions§
- connect_
pool - Connects a SQLx pool for the default enabled adapter.
- connect_
sqlite_ pool - Connects a SQLite SQLx pool.
- health_
check - Runs a lightweight health check on the default pool type.
- health_
check_ with_ metrics - Runs a lightweight health check and records SQL metrics.
Type Aliases§
- Database
Pool - Database pool used by the enabled default adapter.
- Sqlite
Database Pool - SQLite database pool.