From d8565fa8fbb6250d8281318720044ee37cdf5686 Mon Sep 17 00:00:00 2001 From: oof1lab Date: Sun, 5 Nov 2017 18:17:49 +0000 Subject: [PATCH] doc : update --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 02cd1a292b..d5f758b66b 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,6 @@ [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/o1lab/xmysql/master/LICENSE) # Xmysql : One simple and powerful command to generate REST APIs for any MySql database -Powered by popular node packages : ([express](https://github.com/expressjs/express), [mysql](https://github.com/mysqljs/mysql)) => { [xmysql](https://github.com/o1lab/xmysql) } -

- xmysql gif -

- # Why this ?

@@ -16,7 +11,7 @@ Powered by popular node packages : ([express](https://github.com/expressjs/expre

Generating REST APIs for a MySql database which does not follow conventions of -frameworks such as rails, django etc is a small adventure that one like to avoid .. +frameworks such as rails, django, laravel etc is a small adventure that one like to avoid .. Hence this. @@ -35,7 +30,15 @@ http://localhost:3000 That is it! Happy hackery! -
+ +# Example + +Powered by popular node packages : ([express](https://github.com/expressjs/express), [mysql](https://github.com/mysqljs/mysql)) => { [xmysql](https://github.com/o1lab/xmysql) } +

+ xmysql gif +

+ + # Features * Generates API for **ANY** MySql database