Heinzad / data-mache

Data Machination
MIT License
0 stars 0 forks source link

MSSQL Meta Programming Table Dictionary #19

Open Heinzad opened 1 year ago

Heinzad commented 1 year ago

As a developer, I need to verify that a table exists, so that I can have confidence that I successfully created it.

Given a table name, when I query a data dictionary, then I should receive the table and column schemata for that table.