JSPM

as400

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q40972F

Implementation http://jt400.sourceforge.net/ on JavaScript

Package Exports

  • as400

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 (as400) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Prerequisites

  • Java 6 (you can install for OS X with the pkg in the bin folder)
  • jt400.jar (in the bin folder)
  • Node 6
  • VPN connection if the db is being a corporate firewall (such as Cisco)

Run the test to see how we can integrate w/ AS400

AS400_HOSTNAME=someipaddressorhost AS400_USER=someuser AS400_PASSWORD=somepassword node tests/int/index.js

Forks of both node-jt400 and jt400.js are tried here, both with and w/o a monkey-patched version of "sql-query".