/nexridge

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

Primary LanguageJavaScriptMIT LicenseMIT

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