Execute voltdb query from nodejs client -


i trying develop voltdb client in nodejs , have gone through voltdb-client-nodejs. code explains how call stored-procedures nodejs client. however, know how can run simple insert/read query without calling stored-procedures.

with nodejs driver, call built-in @adhoc system procedure , pass in sql string parameter. how of our client libraries work. exception can think of jdbc driver, in case, callablestatement api wrapper sending sql string @adhoc system procedure.


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -