Dressing the Database in Big-Boy Pants, Part 2
By Eric
—
—
8 minute read
Last time I wrote about using dbdeploy to easily create local databases and to automatically apply changes to the development, staging and production databases. The other change I made recently was to add stored procedure unit tests.
I looked briefly at frameworks specifically for testing databases, but didn't see a …