Dmitry Maslennikov
Hi, is there are a way to add InterSystems IRIS. It's proprietary, but with Community Edition available. In CE it's limited to 8 connections.
Docker images available here https://hub.docker.com/r/intersystemsdc/iris-community
```
docker run -d \
-p 1972:1972 \
-p 52773:52773 \
-e IRISUSERNAME=test \
-e IRISPASSWORD=test \
-e IRISNAMESPACE=test\
intersystemsdc/iris-community
```
1972 - xDBC
52773 - internal web portal by URL `/csp/sys/UtilHome.csp`
NAMESPACE it is a DATABASE
irissqlcli - https://pypi.org/project/irissqlcli/ (pgcli clone for IRIS)
JDBC/ODBC drivers available here
https://intersystems-community.github.io/iris-driver-distribution/
Please contact me, if you have any questions