Documentation
¶
Overview ¶
Package testdb provides fully isolated, migrated Postgres databases for integration tests. Each test gets its own database cloned from a migrated template (via pgtestdb), so creation is cheap and tests can run in parallel.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Database ¶
Database owns one migrated per-test database and a pool connected to it.
Click to show internal directories.
Click to hide internal directories.