JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 165
  • Score
    100M100P100Q78555F
  • License Apache-2.0

Db2 client for node

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

  1. Clone & npm install
  2. 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
  3. npm run test