Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "db-info", | ||
"description": "Node.js relational database information utility", | ||
"keywords": ["database", "db", "sqlite", "mysql", "PostgreSQL"], | ||
"homepage": "https://github.com/nearinfinity/node-db-info", | ||
"version": "0.0.2", | ||
"keywords": ["database", "db", "sqlite", "mysql", "PostgreSQL", "oracle", "db-oracle"], | ||
"version": "0.0.3", | ||
"engines": { "node" : ">=0.6.0" }, | ||
"author": "Joe Ferner <joe.ferner@nearinfinity.com>", | ||
"maintainers": [ | ||
@@ -13,6 +13,4 @@ { "name": "Joe Ferner", "email": "joe.ferner@nearinfinity.com" }, | ||
"bugs": { "url": "https://github.com/nearinfinity/node-db-info/issues" }, | ||
"licenses": [ { "type" : "MIT" } ], | ||
"repositories": [ | ||
{ "type": "git", "url": "https://github.com/nearinfinity/node-db-info.git" } | ||
], | ||
"license": "MIT", | ||
"repository": { "type": "git", "url": "https://github.com/nearinfinity/node-db-info.git" }, | ||
"dependencies": { | ||
@@ -25,2 +23,2 @@ "optimist": "~0.3.0", | ||
} | ||
} | ||
} |
@@ -10,4 +10,7 @@ # db-info | ||
* mysql - via: [node-mysql](https://github.com/felixge/node-mysql) | ||
* PostgreSQL - via: [node-postgres](https://github.com/brianc/node-postgres) | ||
* Oracle - via: [node-oracle](https://github.com/mariano/node-db-oracle) | ||
## Quick Examples | ||
var dbinfo = require("db-info"); | ||
@@ -55,3 +58,3 @@ | ||
* opts - A hash of options. | ||
* driver - can be either "mysql", "sqlite3", or "pg" (PostgreSQL) | ||
* driver - can be either "mysql", "sqlite3", "db-oracle", or "pg" (PostgreSQL) | ||
* _db_ - if db is passed in this connection will be used instead of making a new connection. | ||
@@ -63,2 +66,3 @@ * _other_ - will be passed to the drivers connect. | ||
__Example__ | ||
var db = new sqlite3.Database(':memory:'); | ||
@@ -65,0 +69,0 @@ |
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
No website
QualityPackage does not have a website.
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
295620
31
5809
1
71
1
2