mssqlx

0.0.1 • Public • Published

MSSqlx

0.0.1

A microsoft sql server nodejs command-line interface

Install

npm install mssqlx -g

Setup

Create a config.json file in the directory you want to use mssqlx

{
  "production": {
    "server": "127.0.0.1",
    "userName": "sa",
    "password": "",
    "options": { "database": "master" }
  }
}

Usage

echo "select id, name from sysobjects" | mssqlx | prettyjson

Roadmap

This projects goal is to create an awesome cli experience for querying mssql, it hopes the follow the footsteps of the futon-cli

This first release is a mvp just to put some mileage on the tedious mssql driver and identify any issues.

Feedback

Please submit feedback via Github Issues

Readme

Keywords

none

Package Sidebar

Install

npm i mssqlx

Weekly Downloads

7

Version

0.0.1

License

MIT

Last publish

Collaborators

  • twilson63