|
@@ -104,7 +104,7 @@ These features match features in v1 (see branch "v1"):
|
104
|
104
|
- [x] Supports POST variables as input (x-www-form-urlencoded)
|
105
|
105
|
- [x] Supports a JSON object as input
|
106
|
106
|
- [x] Supports a JSON array as input (batch insert)
|
107
|
|
- - [ ] Supports file upload from web forms (multipart/form-data)
|
|
107
|
+ - [x] Supports file upload from web forms (multipart/form-data)
|
108
|
108
|
- [ ] ~~Condensed JSON output: first row contains field names~~
|
109
|
109
|
- [x] Sanitize and validate input using callbacks
|
110
|
110
|
- [x] Permission system for databases, tables, columns and records
|
|
@@ -118,7 +118,7 @@ These features match features in v1 (see branch "v1"):
|
118
|
118
|
- [x] Atomic increment support via PATCH (for counters)
|
119
|
119
|
- [x] Binary fields supported with base64 encoding
|
120
|
120
|
- [x] Spatial/GIS fields and filters supported with WKT
|
121
|
|
- - [ ] Unstructured data support through JSON/JSONB
|
|
121
|
+ - [ ] ~~Unstructured data support through JSON/JSONB~~
|
122
|
122
|
- [x] Generate API documentation using OpenAPI tools
|
123
|
123
|
- [x] Authentication via JWT token or username/password
|
124
|
124
|
- [ ] ~~SQLite support~~
|