1回答
- 新しい順
- 投票が多い順
- コメントが多い順
1
I highly doubt there will be support for multiple tables, as this goes against the NoSQL fundamentals.
関連するコンテンツ
- 質問済み 1年前
I highly doubt there will be support for multiple tables, as this goes against the NoSQL fundamentals.
It's part of the PartiQL REPL https://partiql.org/tutorial.html#querying-nested-data it seems like it would be theoretically possible through an in-memory inner-query (not efficient), in lieu of a true FK constrained join.