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

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -