开发者

Is it a good way to use pgTAP framework to test postgresql functions?

开发者 https://www.devze.com 2023-01-30 00:20 出处:网络
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

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
0

精彩评论

暂无评论...
验证码 换一张
取 消