
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
- Internal 500 Server Error
I don't have much information but I am unable to create anything on database, Auth users are creating but not able to fetch into database
- CLI login on self hosted with docker
Hi, I have a working docker setup with traefik in front of the services. Everything works as expected except for login with CLI. I've tried with `appwrite cli...
- Dockerizing Appwrite Console Yields Page...
I have this Docker Compose file: ``` services: # Band9Buddy app band9buddy: build: context: . dockerfile: Dockerfile.dev develop: ...
