Browse Source

doc: update

pull/13/head
oof1lab 7 years ago
parent
commit
958965b7f6
  1. 17
      README.md

17
README.md

@ -5,6 +5,9 @@
# Xmysql : One command to generate REST APIs for any MySql database # Xmysql : One command to generate REST APIs for any MySql database
<div style="background-color:rgb(128,128,128)">
# Why this ? # Why this ?
<p align="center"> <p align="center">
<img src="./assets/rick-and-morty.gif" alt="xmysql gif"/> <img src="./assets/rick-and-morty.gif" alt="xmysql gif"/>
@ -15,6 +18,8 @@ frameworks such as rails, django, laravel etc is a small adventure that one like
Hence this. Hence this.
</div>
# Setup and Usage # Setup and Usage
``` ```
@ -58,22 +63,20 @@ Powered by popular node packages : ([express](https://github.com/expressjs/expre
# Features # Features
* Rest API Usual Suspects
* CRUD, List, Count, Exists
* Relations
* Pagination
* Sorting
* Xmysql Rest API - :tada: :snowboarder: :crystal_ball: :tophat: :santa:
* Generates API for **ANY** MySql database * Generates API for **ANY** MySql database
* Serves APIs irrespective of naming conventions of primary keys, foreign keys, tables etc * Serves APIs irrespective of naming conventions of primary keys, foreign keys, tables etc
* Support for composite primary keys * Support for composite primary keys
* CRUD, List, FindOne, Count, Exists
* Relations
* Pagination
* Sorting
* Column filtering - Fields * Column filtering - Fields
* Row filtering - Where * Row filtering - Where
* Group By, Having (as query params) * Group By, Having (as query params)
* Group By, Having (as a separate route) * Group By, Having (as a separate route)
* Aggregate functions * Aggregate functions
* Union of many group by statements :fire::fire: **[ HOTNESS ALERT ]** * Union of many group by statements :fire::fire: **[ HOTNESS ALERT ]**
* Prototyping (features available with only local MySql server) * Prototyping (features available with ONLY local MySql server)
* Run dynamic queries * Run dynamic queries
* Upload single file * Upload single file
* Upload multiple files * Upload multiple files

Loading…
Cancel
Save