Open
Description
mssql-cli has a nice prompt and nice table output thanks to the use of the following Python libraries:
mssql-cli is on the deprecation track, and suggests that go-sqlcmd is the future.
It would be nice if go-sqlcmd copied some of the nice usability features from mssql-cli.
There are existing Go libraries inspired by Python Prompt Toolkit and Tabulate which may help improve the go-sqlcmd interface similar to mssql-cli:
Tabulate inspired libraries:
- https://github.com/markkurossi/tabulate
- https://github.com/rgeoghegan/tabulate
- https://github.com/bndr/gotabulate
Non-tabulate-inspired table library:
Python Prompt Toolkit inspired library:
Would go-sqlcmd consider implementing some of these usability features?