Skip to content

issugo/mytssql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published