Expand description
Database provisioning for tests.
Deliberately avoids reading DATABASE_URL to prevent accidental production use.
Structsยง
- Isolated
Test Db - A test database scoped to a single test. Call
cleanup()to drop it immediately, or rely on future test runs to clean up orphaned databases. - Test
Database - Database access for tests.