Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
exports.Driver = Driver;
6
7
function
Driver(config, connection, opts) {
8
postgres.Driver.call(this, config, connection, opts);
9
}
10
11
util.inherits(Driver, postgres.Driver);
12
Callers
nothing calls this directly
Calls
1
call
Method · 0.80
Tested by
no test coverage detected