Hi!
i wrote a cloud function that queries an api in the web.
now i want to store queried data in my db.
is there a way that i dont have to check first if the key of the document in my collection already exists, and then i have to decide if i need an update or a create? something like db.create() with an attribute overwrite: true
due to performance this would be very nice.
best regards
Recommended threads
- AppwriteException: Invalid query: Query ...
```js console.log(typeof interaction.user.id) console.log(interaction.user.id) const user_check = await TablesDB.listRows({ databaseId: "db", ...
- Files access permissions
Am I right in understanding that file access permissions have been disabled (or broken again), and that shared access can now only be organized via tokens? Or i...
- functions custom domain issues in self h...
I’m running self-hosted Appwrite (Docker) behind Traefik with Cloudflare proxy (Full/Strict). Main domain works: https://app.printa4.in Function subdomains fa...