|
|
@ -155,7 +155,7 @@ eg: blogs is parent table and comments is child table. API invocation will resul |
|
|
|
``` |
|
|
|
``` |
|
|
|
/api/payments/103___JM555205 |
|
|
|
/api/payments/103___JM555205 |
|
|
|
``` |
|
|
|
``` |
|
|
|
*___* : If there are multiple primary keys - seperate them by three underscores as shown |
|
|
|
*___* : If there are multiple primary keys - separate them by three underscores as shown |
|
|
|
|
|
|
|
|
|
|
|
## Pagination |
|
|
|
## Pagination |
|
|
|
|
|
|
|
|
|
|
@ -935,7 +935,7 @@ http://localhost:3000/_version |
|
|
|
-u, --user <n> Username of database -> root by default |
|
|
|
-u, --user <n> Username of database -> root by default |
|
|
|
-p, --password <n> Password of database -> empty by default |
|
|
|
-p, --password <n> Password of database -> empty by default |
|
|
|
-d, --database <n> database schema name |
|
|
|
-d, --database <n> database schema name |
|
|
|
-r, --ipAddress <n> IP interface of your server / locahost by default |
|
|
|
-r, --ipAddress <n> IP interface of your server / localhost by default |
|
|
|
-n, --portNumber <n> Port number for app -> 3000 by default |
|
|
|
-n, --portNumber <n> Port number for app -> 3000 by default |
|
|
|
-o, --port <n> Port number of mysql -> 3306 by default |
|
|
|
-o, --port <n> Port number of mysql -> 3306 by default |
|
|
|
-a, --apiPrefix <n> Api url prefix -> /api/ by default |
|
|
|
-a, --apiPrefix <n> Api url prefix -> /api/ by default |
|
|
|