Hi all,
I've got a question on how I should structure my database and was hoping someone could help me out. Let me explain my situation: I've got a platform for creating flashcards. A flashcard set has a name, description, and of course the cards themselves, which have the data of term and definition.
I was wondering if I should have a separate collection that contains all the flashcard data themselves (each document would have term, definition & relation to the main document that holds the flashcard set data (name, description).
OR
Should each flashcard set be it's own document on one collection, where each document has the attributes of name, description & cards (as string type, in json format).
Any help is appreciated, thank you π
Recommended threads
- Project is currently blocked
When accessing the Appwrite console, I receive the message: "Project is currently blocked. Access to this project is restricted. Contact support if the issue pe...
- Does 1.9.0 Self Hosted have MongoDB Atla...
I have been playing with the new 1.9.0 update and I am really excited for the MongoDB support. I wanted to ask though if at the current time Appwrite supports b...
- {"code": 1008, "message": "Invalid Origi...
Nothing has changed in my application or console settings so I'm curious as to what I need to do to fix this. I already have the client registered so I'm not en...