Parses SQL files to create a meta-object hierarchy with which you can generate C# code such as stored procedure wrappers or Entity Framework entities. Includes templates. Go to https://github.com/aeslinger0/sqlsharpener for more info!
A simple package includes sqlserver smo and dacpac service, to handle SqlInstance/LocalDB database creation/deletion/cleanup, and deployment with dacpac from a SSDT project, useful in deployment handling and unittests