smart-query

0.1.2 • Public • Published

smart-query

Installation

Smart query can be installed via:

npm install smart-query

Usage

More examples will be added later, but for the time being the following shows how to use it:

var SQuery = require('smart-query');

SQuery.from('table_name').resolve(function(data) {
    console.log(data);
});

This will output an array of results from the specified table.

Package Sidebar

Install

npm i smart-query

Weekly Downloads

2

Version

0.1.2

License

MIT

Last publish

Collaborators

  • josephgarrone