Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bradoyler/mssql-export

A node.js library (with CLI) to export MS-SQL table to CSV file
https://github.com/bradoyler/mssql-export

Last synced: 11 days ago
JSON representation

A node.js library (with CLI) to export MS-SQL table to CSV file

Awesome Lists containing this project

README

        

# mssql-export

A node.js library (with CLI) to export MS-SQL table to CSV file

## Install CLI
```
npm install -g mssql-export
```

#### Usage: mssql-export [options] ``
```
Options:
-h, --help output usage information
-o, --output The output file
-c, --credentials Your credentials file
-l, --limit Row limit (TOP)
```

## Setup config

copy `config.example.json` >> `/config.json` and input credentials

#### Test your config

```
$ npm test
```

(see `test` folder)

## TODOs:

- Add Mocha tests