Skip to content

Commit b7123a9

Browse files
authored
Fix #377
1 parent 08cb80e commit b7123a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ This is a single file application! Upload "api.php" somewhere and enjoy!
4040
## Limitations
4141

4242
- 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
4344
- Composite primary or foreign keys are not supported
4445
- Complex filters (with both "and" & "or") are not supported
4546
- Complex writes (transactions) are not supported

0 commit comments

Comments
 (0)