I'm confused about the structure of Databases.
We have Database -> Collection -> Document -> Attributes. This somehow seems to be one layer too much.
I want documents that contain additional information about users, e.g. how many products they bought, favourite product, ...
How should I structure my Database? I thought of
[Database] UserInfo -> [Collection] ??? -> [Document] User1 -> [Attributes] all attributes of this user.
What should "collection" be? Or do I have a fundamental misunderstanding of how databases are supposed to be structured?
Recommended threads
- Selfhost - Starting Docker containers fa...
I am stuck at installing appwrite. Specifically, the containers dont want to start up. The images are downloaded and ready. Dockhand is reporting containers st...
- It says domain already used but I have d...
I accidentally deleted the project in which I used my domain originally (orexia.app) from name.com. Now I am trying to add it to a different project and it says...
- Is this normal in the self host custom d...
when i try to add custom domain to the project did not see this in 1.8.0 ok when pressed the retry it says "DNS verification failed with resolver 8.8.8.8. Domai...