microsoft / microsoft/go-sqlcmd
Refactor `sqlcmd create` functionality into it's own pkg
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 595
- Forks
- 91
- Avg merge
- 9h 35m
- Merged PRs (30d)
- 1
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the sqlcmd create mssql command and its related start, stop, and delete lifecycle commands. Then inspect the functionality operating over ~/.sqlcmd/sqlconfig; done means the lifecycle behavior and configuration handling are separated into reusable, independently testable Go packages.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, sql
- Domain
- cli
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100