Support for nested/non-flat collections #598
Unanswered
ouvreboite
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I did not find any clarification in the doc, but does db support collection schema with nested structures?
For example if I have a
todos
collections (id,name,isCompleted, tags) can tags be a string array and still be part of the todo or do I need to create a dedicatedtodoTags
collection?I don't see any operator that would apply to non primitive types, I suppose it's the later.
Beta Was this translation helpful? Give feedback.
All reactions