This repository contains code to take a SQL Server database and extract the shell of a schema so that it can be used to mock the real database in an SSDT project
TODO - No packaged version yet as it's not tested.
The code is written in dotnet core 2.0 and so you'll need the (SDK)[https://www.microsoft.com/net/download/windows] and an editor appropriate for developing. I recommend Visual Studio 2017 although Visual Studio Code is a suitable alternative.
TODO - No unit tests or integration tests present yet.