An open API service indexing awesome lists of open source software.

https://github.com/capaj/nexridge-client

knex.js powered framework client for querying your SQL DB over the network
https://github.com/capaj/nexridge-client

Last synced: over 1 year ago
JSON representation

knex.js powered framework client for querying your SQL DB over the network

Awesome Lists containing this project

README

          

# 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.