MCPcopy Create free account
hub / github.com/dresende/node-orm2 / Driver

Function Driver

lib/Drivers/DML/redshift.js:7–9  ·  view source on GitHub ↗
(config, connection, opts)

Source from the content-addressed store, hash-verified

5exports.Driver = Driver;
6
7function Driver(config, connection, opts) {
8 postgres.Driver.call(this, config, connection, opts);
9}
10
11util.inherits(Driver, postgres.Driver);
12

Callers

nothing calls this directly

Calls 1

callMethod · 0.80

Tested by

no test coverage detected