Hi everyone I had a doubt that I am using Appwrite cloud and it does not support relations. So if I store the if of one record into another record as a foreign key, then once the primary result is fetched, I guess I need to re-query that data with the foreign key received?
I replied on <#564160731327758347> regarding this 😁
but to keep record, yes , 2 would be needed
Recommended threads
- Appwrite Sites: ERR_TOO_MANY_REDIRECTS o...
So, my domain was working perfectly fine with Vercel. I was using cloudflare CDN (still am) but CNAME was DNS-only. I switched over to appwrite, CNAME is still ...
- Charged after Downgrade
I downgraded from the pro plan last month, but it’s still trying to charge my card this month and my account has been restricted
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...