intersystems-iris
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

intersystems-iris

NodeJS Support for InterSystems IRIS. At the moment only SQL queries supported.

Installing intersystems-iris

Installing intersystems-iris requires a node 14

You can install the project with npm. In the project directory, run:

npm install intersystems-iris

This fully installs the project, including installing any dependencies.

Exploring intersystems-iris

After building intersystems-iris, you can explore its exports at the Node REPL:

$ npm install intersystems-iris
$ node
> const iris = require('intersytems-iris')
> const db = new iris('localhost', 1972, 'USER', '_SYSTEM', 'SYS')
> const queryResult = db.sql('SELECT * FROM Sample.Person')

Keywords

none

Install

npm i intersystems-iris

DownloadsWeekly Downloads

5

Version

0.1.3

License

ISC

Unpacked Size

10.5 MB

Total Files

8

Last publish

Collaborators

  • daimor