I am looking to do some querying from a secondary database in Azure but I don't want to add it to my gateway because it is just going to be used on an Edge device. I have used Pyodbc on other projects outside of Ignition, is it possible to add that library to Ignition?
Pyodbc requies the use of C++ extensions, so no.
But, this one may be of interest, as it's suppose to be able to work with Jython.
So, evading the IA license restriction against database connections? Not cool.
As I understand it, Edge doesn't come with DB connectivity. If a customer wants to create their own solution to access a DB, that seems fine in my book.
Good to know.