Live data from Hacker News

Do you test your database?

news.ycombinator.com

1–3 of 3 posts

Re: Do you test your database?

#3
post #2

For PostgreSQL, I'm using David Wheelers pgTAP (unit testing framework) and Sqitch (git inspired change management). For other DBs, Sqitch at least provides sanity checks for structure/design stage. http://pgtap.org/ http://sqitch.org/

Good to hear! Although, I really have a strong feeling that only a small minority really tests SQL/databases.