1.8.0
peter-gergely-horvath
released this
07 Jan 13:15
·
70 commits
to master
since this release
Version 1.8.0 adds support for using Node.js through the JDBC API.
Now you can write your reports in pure Node.js JavaScript, output the results with console.log()
and visualize the data in your favorite JDBC-enabled reporting tool.
The JDBC connection URL is jdbc:dyna4jdbc:nodejs
NOTE: Node.js has to be present on your system before you can use it. The driver invokes node
command on your computer!