For #sqlserver I use #tsqlt for unit testing. What would be a good #postgresql equivalent?

One of the things I like most about tsqlt is that I can use my existing skill set to develop tests instead of learning a completely different language.

@osiris687 Maybe pgTAP is something you should look into.