|
|
@ -56,6 +56,7 @@ Powered by popular node packages : ([express](https://github.com/expressjs/expre |
|
|
|
<!-- AddToAny END --> |
|
|
|
<!-- AddToAny END --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Features |
|
|
|
# Features |
|
|
|
* 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 |
|
|
@ -434,6 +435,7 @@ http://localhost:3000/download?name=fileName |
|
|
|
<!-- AddToAny END --> |
|
|
|
<!-- AddToAny END --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Docker |
|
|
|
# Docker |
|
|
|
|
|
|
|
|
|
|
|
Simply build with `docker build -t xmysql .` and run with `docker run -p 3000:3000 -d xmysql` |
|
|
|
Simply build with `docker build -t xmysql .` and run with `docker run -p 3000:3000 -d xmysql` |
|
|
|