sql-template-tag
sql-template-tag copied to clipboard
Native support for server-side JavaScript in Oracle Database 23ai
Background
Based on #41 and issues raised with both oracledb (cf oracledb issue 1629) and the database team at Oracle, support for sql-template-tag was added for JavaScript "stored procedures". Multilingual Engine, powered by GraalVM, allows developers to write business logic in JavaScript in addition to PL/SQL. Oracle Database 23ai, Release Update 5 on Linux x86-64 introduces support for sql-template-tag in the JavaScript SQL Driver in addition to client-side oracledb.
Change
Based on #41 both readme.md and package.json have been modified.