pg-query-stream
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -11,6 +11,7 @@ var assert = require('assert') | ||
pgdir = path.dirname(require.resolve('pg.js')) | ||
if(!pgdir) { | ||
throw new Error("Please install either `pg` or `pg.js` to use this module") | ||
} | ||
pgdir = path.join(pgdir, 'lib') | ||
} | ||
if(!pgdir) { | ||
throw new Error("Please install either `pg` or `pg.js` to use this module") | ||
} | ||
var Result = require(path.join(pgdir, 'result')) | ||
@@ -17,0 +18,0 @@ var utils = require(path.join(pgdir, 'utils')) |
{ | ||
"name": "pg-query-stream", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Postgres query result returned as readable stream", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8300
171