Our mg_go interface (in common with all our other language bindings) can invoke M functions and Cache/IRIS class methods - the latter being only available for InterSystems platforms of course. SQL statements can be embedded in those functions/methods. So mg_go can work with SQL, albeit indirectly through functions/class methods. Those wanting a purist SQL interface would probably be more comfortable with a JDBC/ODBC solution.
- Log in to post comments