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