node-mysql-sql-builder

2.0.1 • Public • Published

This small free software is a query builder of mysql for node or express JS developer

  • You can customize it for yourself to use with other DBMS
  • It's BEST for building API(s)!!!

Dependency: - const { format } = require('date-fns'); // a dependency for node js (date-functions)

List of Functions to be used:

- addRow
- updateRow
- deleteRow
- getRows
- getFirstRow
- getLastRow
- getNextRows
- getPrevRows
- getDistinctRows
- getRowMath
- searchRows
- updateSingleVal

You can install this with npm:

- npm i node-mysql-sql-builder

Package Sidebar

Install

npm i node-mysql-sql-builder

Weekly Downloads

0

Version

2.0.1

License

MIT

Unpacked Size

17.2 kB

Total Files

4

Last publish

Collaborators

  • mohd-baqeri