-
Notifications
You must be signed in to change notification settings - Fork 1k
Home
Maurits van der Schee edited this page Nov 8, 2018
·
91 revisions
Welcome to the Wiki
- Path starts with "records" for data and "columns" for structure
- Parameter "include" is renamed to "join" and "columns" to "include"
- Join puts object in place of foreign key values
- Join can be repeated to indicate multiple include paths
- Transform=1 by default, no more client lib and condensed output
- No more streaming output, more powerful handlers
- Order on diff functions: diff(numeric), dist(geo), diff(date)
- filter on hasmany or habtm relations
- Security better explained (csrf, cors)
- Test case for NaN float
- Upsert support on edit
- Multi-schema support (as alternative for multi-database)
- Some form of JWT token support (see: https://github.com/mevdschee/php-api-auth)
- Port to .net core (C#) (see: https://github.com/mevdschee/core-data-api)
- Port to .net (C#) (see: https://github.com/mevdschee/data-api-dot-net)
- Port to Go (see: https://github.com/mevdschee/go-crud-api)
- Port to Java (see: https://github.com/mevdschee/java-crud-api), also full-featured java port (see: https://github.com/kolchagov/java-crud-api)
- Port to NodeJs (see: https://github.com/mevdschee/js-crud-api)
- Stored procedure API (see: https://github.com/mevdschee/php-sp-api)
- PHP CRUD application (see: https://github.com/mevdschee/php-crud-ui)
- Vue.js CRUD application (see: https://github.com/mevdschee/vue-crud-ui)