IBM / nodejs-idb-connector

A JavaScript (Node.js) library for communicating with Db2 for IBM i, with support for queries, procedures, and much more. Uses traditional callback-style syntax
MIT License
37 stars 23 forks source link

README examples inconsistent syntax #41

Closed abmusse closed 5 years ago

abmusse commented 5 years ago

Original report by Brian Jerome (Bitbucket: bjerome, GitHub: brianmjerome).


The use of arrow functions and var seem alien. Can the examples be updated to use all ES6?

abmusse commented 5 years ago

Original comment by Xu Meng (Bitbucket: mengxumx, GitHub: dmabupt).


Updated with 2d3322a