Structured Node.js bindings for SQL Server.
npm install machinepack-sqlserver-adapter
Structured Node.js bindings for SQL Server.
> See https://github.com/node-machine/driver-interface for more background information about this package.
``sh`
$ npm install machinepack-sqlserver-adapter
Default configuration :
``
connectionConfig: {
user: 'mp',
password: 'mp',
host: '127.0.0.1\\SQLEXPRESS',
database: 'mppg',
options: {
encrypt: false
}
}
``
`sh``
$ npm test
For more examples, or if you get stuck or have questions, click here.
Thanks to vijaykonnackal
MIT © 2022 ImoucheG
This package, like the Sails framework, is free and open-source under the MIT License.