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
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...