Skip to content

JosephGarrone/smart-query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A node package to simplify querying tables for all their data and auto fetching foreign keys

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published