2.0.1 • Published 5 months ago

node-mysql-sql-builder v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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
2.0.1

5 months ago

2.0.0

5 months ago

1.0.0

9 months ago