
Instead of
databases..collections..create
I want to have it only work on a specific collection, is that possible?
If not any plans to implement this feature?

“ databases. * .collections. * .create” is what i meant before

Try -
databases.DB-ID.collections.COLL-ID.create

but i am not sure of your usecase, this would only fire once when that ID collection is created.
Recommended threads
- Document Data is null.
I'm using flutter and I've just got everything set up, the document meta data is null but the actual query is fine. (see screenshot) The permission I have ar...
- Do I need Redis if using appwrite
Saw appwrite has built-in redis, but does this work for listdocuments, getdocument and other query etc? what does the appwrite redis covers under the hood?
- Is there a way of fetching random docume...
In SQL, we have the `RAND()` function, is there an equivalent in Appwrite? In my app, the user answers questions, which all have an Elo rating. I'm actually un...
