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
Post a Comment