Constants§
- MIGRATIONS
Deprecated - Compatibility migration set for framework consumers.
Functions§
- get_
connection - Get a database connection from the shared connection pool.
The pool is created lazily on first call and reused for subsequent calls.
If the
DATABASE_URLchanges (e.g., between test runs), the pool is recreated. - get_
connection_ pool - Get a clone of the shared connection pool. Useful when you need to pass the pool to a different context.