|
@@ -40,6 +40,7 @@ This is a single file application! Upload "api.php" somewhere and enjoy!
|
40
|
40
|
## Limitations
|
41
|
41
|
|
42
|
42
|
- Primary keys should either be auto-increment (from 1 to 2^53) or UUID
|
|
43
|
+ - Column names must be strictly alphanumeric, hyphens/underscores are allowed
|
43
|
44
|
- Composite primary or foreign keys are not supported
|
44
|
45
|
- Complex filters (with both "and" & "or") are not supported
|
45
|
46
|
- Complex writes (transactions) are not supported
|