Hi. I wrote a module to help writing tests for modules that perform operations in SQL databases. I was considering the name
Test::SQL::Data In short, it helps running SQL tests: database preparing and result matching. When the module loads it prepares the database. It can be empty or pre-load some SQL data before running your code. Then you can use the module again to check if your expected results match the contents of the tables of the database. Any concerns ? Thank you.