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
- Host: GitHub
- URL: https://github.com/capaj/nexridge-client
- Owner: capaj
- License: mit
- Created: 2015-09-28T19:40:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-26T01:34:00.000Z (over 10 years ago)
- Last Synced: 2024-04-24T21:00:36.735Z (about 2 years ago)
- Language: JavaScript
- Size: 176 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.