From 8997d83efed78d42214865e4c621791ffc2ab3be Mon Sep 17 00:00:00 2001 From: oof1lab Date: Sun, 12 Nov 2017 13:36:02 +0530 Subject: [PATCH] doc : update --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 08ea0417e7..a3b3a40d2b 100644 --- a/README.md +++ b/README.md @@ -59,21 +59,21 @@ Powered by popular node packages : ([express](https://github.com/expressjs/expre # Features * Generates API for **ANY** MySql database -* Serves APIs irrespective of naming conventions of primary keys, foreign keys, tables etc +* :fire::fire: Serves APIs irrespective of naming conventions of primary keys, foreign keys, tables etc * Support for composite primary keys * CRUD, List, FindOne, Count, Exists * Relations * Pagination * Sorting -* Column filtering - Fields -* Row filtering - Where +* :fire: Column filtering - Fields +* :fire: Row filtering - Where * Aggregate functions * :fire::fire: Group By, Having (as query params) * :fire::fire: Group By, Having (as a separate route) * :fire::fire: Multiple group by API * :fire::fire: Chart API * Prototyping (features available with ONLY local MySql server) - * Run dynamic queries + * Run dynamic queries :fire::fire::fire: * Upload single file * Upload multiple files * Download file @@ -526,7 +526,7 @@ Response ``` Please Note: -_fields in Chart API can only take on numeric column as its argument. +_fields in Chart API can only take numeric column as its argument. ## Run dynamic queries