File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ This is a single file application! Upload "api.php" somewhere and enjoy!
54
54
- Atomic increment support via PATCH (for counters)
55
55
- Binary fields supported with base64 encoding
56
56
- Spatial/GIS fields and filters supported with WKT
57
+ - Unstructured data support through JSON/JSONB/XML
57
58
- Generate API documentation using Swagger tools
58
59
- Authentication via JWT token or username/password (via [ PHP-API-AUTH] ( https://github.com/mevdschee/php-api-auth ) )
59
60
@@ -734,6 +735,10 @@ PUT http://localhost/api.php/users/1
734
735
735
736
In the above example you see how a [ WKT string] ( https://en.wikipedia.org/wiki/Well-known_text ) is sent.
736
737
738
+ ## Unstructured data support
739
+
740
+ You may store JSON documents in JSON (MySQL), JSONB (PostgreSQL) or XML (SQL Server) field types in the database.
741
+ These documents have no schema. Whitespace in the structure is not maintained.
737
742
738
743
## Sending NULL
739
744
You can’t perform that action at this time.
0 commit comments