1.0.1 • Published 1 year ago

mytssql v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

mytssql

mytssql is a simple to use database manager system with connection where all data is saved in multiple CSV files.

Install

$ npm install mytssql

Usage

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 start

Or you can download and install globally :

$ npm install --global mytssql
$ mytssql --help

Contributors