We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872906a commit 4757c52Copy full SHA for 4757c52
readme.md
@@ -2,11 +2,8 @@
2
3
> Database-js driver for SQL Server that works on Linux, Mac, and Windows
4
5
-!!! WARNING !!! - This library is under development and IS NOT STABLE YET.
6
-
7
It a wrapper for [node-mssql](https://github.com/thiagodp/database-js-mssql.git) and works with MS SQL Server 2000-2017.
8
9
10
## Install
11
12
```bash
@@ -38,4 +35,8 @@ var Connection = require('database-js').Connection;
38
35
39
36
## See also
40
37
41
-- [database-js](https://github.com/mlaanderson/database-js)
+- [database-js](https://github.com/mlaanderson/database-js)
+
+## License
42
+[MIT](LICENSE) © [Thiago Delgado Pinto](https://github.com/thiagodp)
0 commit comments