Skip to content

Commit 34a9040

Browse files
committed
Update readme.md
1 parent e83676f commit 34a9040

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

readme.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
Works with MS SQL Server 2000-2017 through the [TDS protocol](http://msdn.microsoft.com/en-us/library/dd304523.aspx).
88

99

10+
## Install
11+
12+
```bash
13+
npm install --save database-js-mssql
14+
```
15+
16+
## Example
17+
1018
```js
1119
var Connection = require('database-js').Connection;
1220

@@ -26,4 +34,8 @@ var Connection = require('database-js').Connection;
2634
process.exit(0);
2735
}
2836
})();
29-
```
37+
```
38+
39+
## See also
40+
41+
- [database-js](https://github.com/mlaanderson/database-js)

0 commit comments

Comments
 (0)