1.0.1 • Published 3 years ago
mytssql v1.0.1
mytssql
mytssqlis a simple to use database manager system with connection where all data is saved in multiple CSV files.
Install
$ npm install mytssqlUsage
To login (note that first loging will register the user :
$ mytssql -u <user> -p <password>To test credentials :
$ mytssql -u <user> -p <password> -l CLI
You can either build it yourself :
npm run build
npm startOr you can download and install globally :
$ npm install --global mytssql$ mytssql --help