I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion, but when this function runs, only the specified row is deleted; none of the cascade relationships are deleted.
Is cascade deletion currently supported in Cloud Functions? What would be the best way to achieve similar behavior if it’s not available?
Recommended threads
- Appwrite Functions cold start
Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected. My function just authenticates the user, fetches ...
- Can create `tablesdb` event with the UI ...
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same err...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...