Skip to main content

Module db

Module db 

Source
Expand description

Database provisioning for tests.

Deliberately avoids reading DATABASE_URL to prevent accidental production use.

Structsยง

IsolatedTestDb
A test database that exists for the lifetime of a single test.
TestDatabase
Database access for tests.