Module: node-query

node-query

require("node-query")(drivername, connObject, connLib) → {queryBuilder}

Create a query builder object

Parameters:
Name Type Description
drivername String

The name of the database type, eg. mysql or pg

connObject Object

A connection object from the database library you are connecting with

connLib String

The name of the db connection library you are using, eg. mysql or mysql2

Source:
Returns:
Type
queryBuilder
Source:
DocStrap Copyright © 2012-2014 The contributors to the JSDoc3 and DocStrap projects.
Documentation generated by JSDoc 3.3.0-alpha9 on Mon Oct 27th 2014 using the DocStrap template.