Skip to content

ImoucheG/machinepack-sqlserver-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Structured Node.js bindings for SQL Server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published