Add `restart` and `stop` options to `dolt sql-server`
Open
cli
enhancement
sql server
- Dominant language
- Go
- Stars
- 24.4k
- Forks
- 873
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 121
Description
A customer asked for options to stop and restart a running `dolt-sql-server`. The idea is to implement `dolt sql-server --restart` and `dolt sql-server --stop`. If there are multiple running servers ion the machine, the correct process would be identified by the options like port and data directory.
This is extra useful because there is no way to "restart" a `dolt sql-server` right now. `SIGHUP` just quits.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.