I am using posgresql database for my rails application. Now I need to test my trigger functions in the database. So, I saw开发者_如何转开发 some framework called pgTAP and is it a good way to test the trigger function in the database? I am not using perl. I am using Ruby on Rails.
Testing is a good thing and pgTAP can help you with the unit tests in your database.
- http://www.slideshare.net/justatheory/test-drivern-database-development
- http://www.slideshare.net/justatheory/unit-test-your-database
- http://www.slideshare.net/justatheory/pgtap-best-practices
精彩评论