Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

idb-connector

Package Overview
Dependencies
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

idb-connector

A Node.js DB2 driver for IBM i

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
185
decreased by-15.53%
Maintainers
3
Weekly downloads
 
Created
Source

Node.js iDB Connector

The Node.js iDB Connector is a Node.js DB2 driver open source project from IBM.

Documentation

https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/IBM%20i%20Technology%20Updates/page/The%20new%20DB2%20driver%20and%20toolkit%20for%20Node.js%20on%20IBM%20i

API Reference

https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/IBM%20i%20Technology%20Updates/page/DB2%20for%20i%20Access%20APIs%20-%20New

Installation (GCC 4.8+ is required)

mv src $Node_Install_Path/lib/node_modules/npm/bin/node-gyp-bin
mv binding.gyp $Node_Install_Path/liblib/node_modules/npm/bin/node-gyp-bin
cd $Node_Install_Path/lib/node_modules/npm/bin/node-gyp-bin; node-gyp configure --openssl_fips=x; node-gyp build

Then you will get the $Node_Install_Path/lib/node_modules/npm/bin/node-gyp-bin/build/Release/db2ia.node generated.

License

MIT. View LICENSE file.

Keywords

FAQs

Package last updated on 26 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc