Heinzad / data-mache

Data Machination
MIT License
0 stars 0 forks source link

MSSQL Meta Programming Test Schema Existence #22

Open Heinzad opened 1 year ago

Heinzad commented 1 year ago

As a developer, I want to check if a schema exists before and after running a migration script, so that I can determine if the script worked or not.

Given a schema name, when I run a check, it should return an indication of whether or not that it exists.