ci-node-query
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "ci-node-query", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A query builder for node based on the one in CodeIgniter", | ||
@@ -5,0 +5,0 @@ "author": "Timothy J Warren <tim@timshomepage.net>", |
@@ -1,2 +0,2 @@ | ||
#Node-query | ||
#CI-Node-query | ||
@@ -13,5 +13,9 @@ A node query builder for various SQL databases, based on CodeIgniter's query builder. | ||
### Installation | ||
npm install ci-node-query | ||
### Basic use | ||
var nodeQuery = require('node-query'); | ||
var nodeQuery = require('ci-node-query'); | ||
@@ -33,2 +37,8 @@ var connection = ... // Database module connection | ||
}); | ||
### Additional help | ||
* Generated documentation is in the docs/ folder | ||
* `tests/query-builder-base.js` contains a lot of usage examples | ||
* The `tests/adapters` folder contains examples of how to set up a connection for the appropriate database library | ||
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
3029657
43