nexridge
v0.0.3
Published
knex.js powered framework for querying your SQL DB over socket.io
Downloads
5
Maintainers
Readme
Nexridge
serverside component for exposing your SQL database to be queried from the client utilising knex.js library. Bootstrapped on socket.io-rpc Client is available in it's own repo.
Install
npm i nexridge -S
Usage example
See test/test-server.js for an example of usage with mysql2 on localhost