Package Exports
- @ibm/mapepire-js
- @ibm/mapepire-js/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ibm/mapepire-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
mapepire-js Db2 for i client
mapepire-js is the pure-JS client (written in TS) for connecting to Db2 for IBM i.
Check out the documentation ⭐️
How to dev/test
- Clone &
npm install
- Make a copy of
.env.sample
named.env
- Set the server and port variables to the Mapepire daemon server (either on the server or locally)
- Set the username and password to an IBM i user profile and password
npm run test