Skip to content

Support for generating scripts

Compare
Choose a tag to compare
@jmezach jmezach released this 20 May 14:32
· 285 commits to master since this release

We now have the ability to generate a script to create the entire database at build-time. This is similar in functionality to what SQL Server projects offered. No comparison will be made with a target database, just a script for creating all the objects defined within the project. It can be enabled by adding <GenerateCreateScript>True</GenerateCreateScript> to the project file.

Thanks to @markalroberts for his contribution on this feature.