https://github.com/capaj/nexridge
knex.js powered framework for querying your SQL DB over the network
https://github.com/capaj/nexridge
Last synced: over 1 year ago
JSON representation
knex.js powered framework for querying your SQL DB over the network
- Host: GitHub
- URL: https://github.com/capaj/nexridge
- Owner: capaj
- License: mit
- Created: 2015-09-27T22:52:40.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-26T02:39:02.000Z (over 10 years ago)
- Last Synced: 2025-04-02T10:05:59.070Z (over 1 year ago)
- Language: JavaScript
- Size: 180 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nexridge
serverside component for exposing your SQL database to be queried from the client utilising knex.js library. Bootstrapped on [socket.io-rpc](https://github.com/capaj/socket.io-rpc)
[Client](https://www.npmjs.com/package/nexridge-client) is available in it's own [repo](https://github.com/capaj/nexridge-client).
## Install
```
npm i nexridge -S
```
## Usage example
See test/test-server.js for an example of usage with mysql2 on localhost