We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08cb80e commit b7123a9Copy full SHA for b7123a9
README.md
@@ -40,6 +40,7 @@ This is a single file application! Upload "api.php" somewhere and enjoy!
40
## Limitations
41
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
44
- Composite primary or foreign keys are not supported
45
- Complex filters (with both "and" & "or") are not supported
46
- Complex writes (transactions) are not supported
0 commit comments