Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/titarenko/sqlcut-mssql


https://github.com/titarenko/sqlcut-mssql

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# sqlcut-mssql

MS SQL API adapter for [sqlcut](https://github.com/titarenko/sqlcut) module.

# API

"Promises" means "returns promise".

## query(sql, paramsArray)

Promises array of results.

```js
var sqlcut = require('sqlcut');
var db = sqlcut('sqlcut-mssql', connectionParameters);

db.query('select * from products where name = ?', ['beer']).then(console.log);
```

# License

BSD