Threads
appwrite indexes not working (?
i have this index: "indexes": [ { "key": "single-user-per-event", "type": "unique", "status": "available", ...
- Databases
how think about relationships?
From what I understand, relationships don't work like foreign keys. So, two things: Is the way to simulate foreign keys to manually pass references to IDs? In what situation should I use relationshi...
- General
- Cloud
what happened with 'never paused' ????
I can already imagine how annoying this is going to be...
- General
- Cloud
Can I create a transaction that involves auth.users table ?
i want to create a row un `auth.users` and then create a user in a table `profiles` but i want to use the same id for both tables. So, if insert a row in profiles fails, i want a rollback. is this...
- Auth
- Web
cli broke with new varchar type??
appwrite types ./appwritetypes ℹ Info: Detected language: ts ℹ Info: Directory: ./appwritetypes does not exist, creating... ℹ ...
- Databases
- Cloud
how can i make a relationship between a column in a table and $id in auth.users?
i want to relate the $id from users auth table in appwrite with other column in my table user_profile. because is the same user... how can i have exactly the same id for both tables?
- Databases
- Auth
- Web
How connect an existing sveltekit project with appwrite
The docs are splitte with two different versions... ### [Oficial Docs](https://appwrite.io/docs/quick-starts/sveltekit): **1. Create project** **2. Create SvelteKit project** **3. Install Appwrite**...
- General
- Web