# Nexridge-client
[knex.js](http://knexjs.org/#Builder-main) powered framework client for querying your SQL DB over the network, to be used in conjunction with [serverside framework](https://github.com/capaj/nexridge)

## Install
To browser with [JSPM](https://github.com/jspm/jspm-cli) or webpack
```
jspm i nexridge-client
npm i nexridge-client #for webpack
```


node.js support will come in next versions.
