loopbackjs - How to integrate VoltDB with Strongloop -


i trying use voltdb loopback in application. cannot find proper way integrate since there aren't suppported connectors. voltdb has nodejs library (https://github.com/voltdb/voltdb-client-nodejs). suggestios use effectively.

raymond has answered here. https://groups.google.com/forum/#!topic/loopbackjs/cs6ist-c2gu

we don’t have built-in support voltdb. supports sql crud operations. node.js driver seems allow stored procedures.

there few options integrate loopback.

  1. write custom methods model , call driver directly interact voltdb.
  2. develop connector voltdb implements crud mappings. can find source code mysql, postgresql, mssql, or oracle. see https://github.com/strongloop/loopback-connector-mysql/blob/master/lib/mysql.js.

Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -