Question
· Aug 3, 2023

Can I get help with connecting node based client with the IRIS DB?

Can I get help with connecting a node-based client with the IRIS DB? Need the same for firing queries with node-based Cypress framework ?

Product version: IRIS 2023.2
Discussion (4)3
Log in or sign up to continue

You should take a look at this alternative Open Source Node.js client for IRIS: mg_dbx:

https://github.com/chrisemunt/mg-dbx

It provides significantly better performance.

To use its synchronous APIs safely you need to look at either:

- QEWD: https://github.com/robtweed/qewd

- qoper8-fastify: https://github.com/robtweed/qoper8-fastify/blob/master/IRIS.md