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.
- write custom methods model , call driver directly interact voltdb.
- 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
Post a Comment