pgtestdb's template cloning approach to testing is fast
Summary
Explores pgtestdb, a Go/PostgreSQL testing package that uses Postgres template databases to speed up test database creation. Compares pgtestdb clone vs create + migrate schema, showing near 100 ms setup times; discusses potential reuse to accelerate large test suites and suggests endorsing pgtestdb for end-to-end tests.