sql-template-tag icon indicating copy to clipboard operation
sql-template-tag copied to clipboard

Native support for server-side JavaScript in Oracle Database 23ai

Open martin-bach-oracle opened this issue 1 year ago • 0 comments

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.

martin-bach-oracle avatar Sep 04 '24 15:09 martin-bach-oracle