machinepack-sqlserver-adapter

4.1.14-beta.0 • Public • Published

node-machine logo 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.

$ npm install machinepack-sqlserver-adapter

Test

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.

Package Sidebar

Install

npm i machinepack-sqlserver-adapter

Weekly Downloads

59

Version

4.1.14-beta.0

License

MIT

Unpacked Size

66.6 kB

Total Files

30

Last publish

Collaborators

  • octo_974