Hello everyone
What is the maximum length of a string array (see attached image), like how many items can I add to the array before reaching the limit?
Not sure, but I think it should be similar to MariaDB arrays
I don't know and don't use MariaDB.
Appwrite uses MariaDB/MySQL under the hood so the limits are very similar or the same
I think that at least when querying then there was a limit of 100
Recommended threads
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...