Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ci-node-query

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ci-node-query - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc