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 4757c52 commit 2d2761eCopy full SHA for 2d2761e
readme.md
@@ -2,7 +2,7 @@
2
3
> Database-js driver for SQL Server that works on Linux, Mac, and Windows
4
5
-It a wrapper for [node-mssql](https://github.com/thiagodp/database-js-mssql.git) and works with MS SQL Server 2000-2017.
+This driver is a wrapper for [node-mssql](https://github.com/thiagodp/database-js-mssql.git) and works with MS SQL Server 2000-2017.
6
7
## Install
8
@@ -28,7 +28,6 @@ var Connection = require('database-js').Connection;
28
if (conn) {
29
await conn.close();
30
}
31
- process.exit(0);
32
33
})();
34
```
0 commit comments