(877) 224-7768 <>
sales@profoundlogic.com <mailto:sales@profoundlogic.com>

iModernize - The Profound Logic Software Blog

Updates: Profound.js 4.15.0

Posted by Scott Klement on Jun 9, 2020 10:00:00 AM

Our team has been hard at work updating our products and services. See the latest updates for Profound.js 4.15.0.

Profound.js and NodeRun Now has simple way running multiple SQL at the same time

Profound.js 4.15.0

You can now use the pjs.parallelQueries API to run several queries all at the same time.

function getData(request, response) {

let id = request.query.id;

let name = request.query.name;

 

let sql1 = "select count(*) as total from productsp";

let sql2 = ["select * from productsp"];

let sql3 = ["select * from productsp where productid = ? or prname = ?", id, name];

 

let qryResults = pjs.parallelQueries([sql1, sql2, sql3]);

response.send(qryResults);

}

 

See here for more information or for a working example on noderun.com.

 

Additional “New” Options in Profound.js and NodeRun

Profound.js 4.15.0

From the designer, you can now quickly add a typescript or vue file by simply clicking on the New ribbon button on the Home Tab, and choosing the type of file you want to add. Those buttons will open a new file with a sample of the appropriate structure. These file types, in the Files tab, will also have the proper icon.

 

 

 

Subscribe to Blog Updates

....and get The 2019 State of IBM i Modernization survey for FREE!

cover page 2019-1

Recent Posts