microsoft / go-sqlcmd

The new sqlcmd, CLI for SQL Server and Azure SQL (winget install sqlcmd / sqlcmd create mssql / sqlcmd open ads)
https://learn.microsoft.com/sql/tools/sqlcmd/go-sqlcmd-utility
MIT License
337 stars 59 forks source link

Refactor `sqlcmd create` functionality into it's own pkg #252

Open stuartpa opened 1 year ago

stuartpa commented 1 year ago

The sqlcmd create mssql command and all of the surrounding lifecycle commands (start/stop/delete) etc. is a complete end to end scenario that would be useful as it's own golang pkg which can be imported/re-used/tested as it's own package.

We should probably also create a separate package just the functionality that operates over ~/.sqlcmd/sqlconfig