Y
Hacker News
new
|
ask
|
show
|
jobs
by
majodev
2096 days ago
While PostgreSQL templates allow to scaffold new databases (one per test-spec) quite fast, it's even faster to have a warmed up pool of databases ready:
https://github.com/allaboutapps/integresql#background
Disclaimer: author.
1 comments
oauea
2096 days ago
Oh that looks great, and very close to what I had in mind for the next upgrade of our in-house testing framework. Definitely going to give that a try soon. Thanks for posting it!
link