appmsw-gateway-sql 1.0.6 Installation SQL Gateway Connections. Class path: postgresql-42.3.1.jar, mysql-connector-java-8.0.21.jar, sqljdbc42.jar, ojdbc6.jar jdbc Mikhaylenko Sergey 2023 MIT repository: https://github.com/SergeyMi37/gateway-sql description: Installation SQL Gateway Connections. Class path: postgresql-42.3.1.jar, mysql-connector-java-8.0.21.jar, sqljdbc42.jar, ojdbc6.jar. module src You can see what instances of the %Library.SQLConnection class are in the module by running a command in the %SYS namespace: %SYS>do ##class(appmsw.gateway.jdbc).ImportSQLConnection("view") You can import a class %Library.SQLConnection instance in the %SYS namespace with the command: %SYS>do ##class(appmsw.gateway.jdbc).ImportSQLConnection() you can import through the web interface to selectively import elements: http://localhost:52553/csp/sys/appmsw.core.uiInfo.cls