Update README with npm information
This commit is contained in:
parent
7b8797c920
commit
aaf80a08db
@ -10,9 +10,13 @@ A node query builder for various SQL databases, based on CodeIgniter's query bui
|
|||||||
* mysql2
|
* mysql2
|
||||||
* pg
|
* pg
|
||||||
|
|
||||||
|
### Installation
|
||||||
|
|
||||||
|
npm install ci-node-query
|
||||||
|
|
||||||
### Basic use
|
### Basic use
|
||||||
|
|
||||||
var nodeQuery = require('node-query');
|
var nodeQuery = require('ci-node-query');
|
||||||
|
|
||||||
var connection = ... // Database module connection
|
var connection = ... // Database module connection
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "node-query",
|
"name": "ci-node-query",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "A query builder for node based on the one in CodeIgniter",
|
"description": "A query builder for node based on the one in CodeIgniter",
|
||||||
"author": "Timothy J Warren <tim@timshomepage.net>",
|
"author": "Timothy J Warren <tim@timshomepage.net>",
|
||||||
|
Loading…
Reference in New Issue
Block a user