Hacker News new | ask | show | jobs
by addled 461 days ago
An approach we've done is to use Postgres' "create database foo2 template foo1" syntax to essentially snapshot the db under test at various points and use those to rollback as needed.