Briz DB Grid for Node.js

Briz DB Grid for Node.js is a Node.js module that allows you extremely easy make scripts to browse and edit database tables in web browsers.

In Node.js and Express.js environment, all that you need to do is add only one line of code, like this:

app.all("/table_name", briz_db_table(db_connection, "table_name"));
  

If you need a customization, more options are available.

The module implements the CRUD pattern using RESTful API.

Current status: development.

Please feel free to contact us if you have any questions, comments, or suggestions regarding this software.