# sqlcmd-sql

> sqlcmd for SQL strings

Latest version **3.0.2** (published 2018-03-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install sqlcmd-sql
pnpm add sqlcmd-sql
yarn add sqlcmd-sql
bun add sqlcmd-sql
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.0.2 |
| Published | 2018-03-05 |
| First published | 2015-01-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 4.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Christopher Brown |
| Maintainers | chbrown |
| Keywords | sqlcmd, sql, string, strings |

## Links

- npm: https://www.npmjs.com/package/sqlcmd-sql
- Repository: https://github.com/chbrown/sqlcmd-sql
- Issues: https://github.com/chbrown/sqlcmd-sql/issues
- npm.io page: https://npm.io/package/sqlcmd-sql

## Dependencies (1)

- [sqlcmd](https://npm.io/package/sqlcmd.md) ^3.0.1

## Alternatives

- [@mdxeditor/editor](https://npm.io/package/@mdxeditor/editor.md) — 962.4K weekly downloads
- [mmdb-lib](https://npm.io/package/mmdb-lib.md) — 680.9K weekly downloads
- [playcanvas](https://npm.io/package/playcanvas.md) — 36.2K weekly downloads
- [@glw907/cairn-cms](https://npm.io/package/@glw907/cairn-cms.md) — 967 weekly downloads
- [markdown-to-confluence](https://npm.io/package/markdown-to-confluence.md) — 103 weekly downloads

## Recent versions

- 3.0.2 (latest) — 2018-03-05
- 3.0.1 — 2017-11-16
- 3.0.0 — 2017-11-16
- 0.0.2 — 2015-01-07

## README

[![Travis CI Build Status](https://travis-ci.org/chbrown/sqlcmd-sql.svg)](https://travis-ci.org/chbrown/sqlcmd-sql)

# sqlcmd-sql

[sqlcmd](https://github.com/chbrown/sqlcmd) for SQL strings.

    npm install --save sqlcmd-sql

Or in your `package.json`:

    { ...
      "dependencies": {
        "sqlcmd-sql": "*",
        ...
      }
    }

For example:

    var db = new require('sqlcmd-sql').Connection()
    db.Select('users').where('id = ?', 1).execute(function(err, rows) {
      // err == null
      // rows == ["SELECT users WHERE id = 1"]
    })


## License

Copyright 2015 Christopher Brown. [MIT Licensed](http://opensource.org/licenses/MIT).

---
_Source: https://npm.io/package/sqlcmd-sql · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
