Use 3rd party library

Hi,

Could someone help me do get this library working on ignition?

or another one doing the same. I just looking on a friendly way to use json file as a database.

thx

Can’t use that one…

Requires: Python >=3

I think Ignition 7.9 uses Python 2.5 and v8 uses Python 2.7 (acutally Jython in both cases)

2 Likes

Hi,

Thanks for the informations, i will then look for something compatible

Regards

FWIW PostgreSQL is free, has a JSON datatype, and is Ignition friendly.

Here’s how you could insert with json with postgres

2 Likes