Browse Source

doc : update

pull/13/head
oof1lab 7 years ago
parent
commit
ece997bca4
  1. 12
      README.md
  2. BIN
      assets/log.gif

12
README.md

@ -69,9 +69,9 @@ Powered by popular node packages : ([express](https://github.com/expressjs/expre
* :fire: Row filtering - Where * :fire: Row filtering - Where
* Aggregate functions * Aggregate functions
* :fire::fire: Group By, Having (as query params) * :fire::fire: Group By, Having (as query params)
* :fire::fire: Group By, Having (as a separate route) * :fire::fire: Group By, Having (as a separate API)
* :fire::fire: Multiple group by API * :fire::fire: Multiple group by in one API
* :fire::fire: Chart API * :fire::fire: Chart API for numeric column
* Prototyping (features available with ONLY local MySql server) * Prototyping (features available with ONLY local MySql server)
* Run dynamic queries :fire::fire::fire: * Run dynamic queries :fire::fire::fire:
* Upload single file * Upload single file
@ -104,14 +104,14 @@ Root URL (localhost:3000/) returns all REST API urls for each table in schema.
* GET       /api/parentTable/:id/childTable * GET       /api/parentTable/:id/childTable
* DELETE  /api/tableName/:id * DELETE  /api/tableName/:id
## HOT features ## API with HOT features
* GET       /api/tableName/aggregate * GET       /api/tableName/aggregate
* GET       /api/tableName/groups :fire::fire: **[ HOTNESS ALERT ]** * GET       /api/tableName/groups :fire::fire: **[ HOTNESS ALERT ]**
* GET       /api/tableName/groupby :fire::fire: * GET       /api/tableName/groupby :fire::fire:
* GET       /api/tableName/ugroupby :fire::fire: **[ HOTNESS ALERT ]** * GET       /api/tableName/ugroupby :fire::fire: **[ HOTNESS ALERT ]**
* GET       /api/tableName/chart :fire::fire: **[ HOTNESS ALERT ]** * GET       /api/tableName/chart :fire::fire: **[ HOTNESS ALERT ]**
## Only in Prototyping :snowboarder: :tophat: ## API for Prototyping :snowboarder: :snowboarder:
* POST     /dynamic * POST     /dynamic
* GET       /upload * GET       /upload
* GET       /uploads * GET       /uploads
@ -599,7 +599,7 @@ http://localhost:3000/download?name=fileName
* You are working on a demo, hacks etc * You are working on a demo, hacks etc
## When NOT to use ? ## When NOT to use ?
* If you are in need of a full blown MVC framework, ACL, Authorisation etc - early days. * If you are in need of a full blown MVC framework, ACL, Authorisation etc - its early days please watch/star this repo. Thank you.
### Command line options ### Command line options

BIN
assets/log.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

Loading…
Cancel
Save