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.
@osiris687 i use pgTAP for unit test
@kryskool the one thing I don't like about #pgTap is that it doesn't seem to have a way to mock a table completely.