JavaScript
-
Fetch()-ing GraphQL data in MLE/JavaScript
This post demonstrates how to use the new GraphQL endpoint ORDS provides in MLE/JavaScript. The first…
-
Ad-hoc MLE JavaScript in Oracle Database 23c: Database Actions
A short post describing how to use Database Actions to run some ad-hoc JavaScript code
-
Ad-hoc MLE/ JavaScript execution in Oracle Database 23ai: DBMS_MLE
Occasionally it makes sense to run In-Database JavaScript code in an ad-hoc fashion. You typically do…
-
Using faker-js/SimpleFaker to produce test data in Oracle Database 23ai
After returning from an inspiring tech conference last week I had an agenda full of items…
-
Using the Operating System’s certificate store instead of an Oracle wallet in Oracle Database 23ai
Both network and file I/O are a security-sensitive affair. Therefore you cannot simply write to a…
-
Linting MLE JavaScript Modules in Continuous Integration Pipelines
Continuous Integration (CI) is an overloaded term meaning many things to different people. When it comes…