Skip to content

Commit 701eb54

Browse files
committed
Updated for unstructured data
1 parent 9be41e9 commit 701eb54

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ This is a single file application! Upload "api.php" somewhere and enjoy!
5454
- Atomic increment support via PATCH (for counters)
5555
- Binary fields supported with base64 encoding
5656
- Spatial/GIS fields and filters supported with WKT
57+
- Unstructured data support through JSON/JSONB/XML
5758
- Generate API documentation using Swagger tools
5859
- Authentication via JWT token or username/password (via [PHP-API-AUTH](https://github.com/mevdschee/php-api-auth))
5960

@@ -734,6 +735,10 @@ PUT http://localhost/api.php/users/1
734735

735736
In the above example you see how a [WKT string](https://en.wikipedia.org/wiki/Well-known_text) is sent.
736737

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.
737742

738743
## Sending NULL
739744

0 commit comments

Comments
 (0)