|
|
|
|
|
by 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/ |
|