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

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

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