Testing of Queries

Options
Hello,

Currently, I write some powerful complex commands to edit a database. To ensure that everything works fine, I want to write some unit tests or tests again a test database.

Is there a way to run my queries in a test runner or something like that?

Comments