Y
Hacker News
new
|
ask
|
show
|
jobs
Do you test your database?
3 points
by
trapatsas
3748 days ago
Do you test your SQL/database? Do you unit test your stored procedures? What tools do you use for functionality/performance testing?
1 comments
okket
3748 days ago
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/
link
trapatsas
3748 days ago
Good to hear! Although, I really have a strong feeling that only a small minority really tests SQL/databases.
link
http://pgtap.org/
http://sqitch.org/