1 Answer
- Newest
- Most votes
- Most comments
1
I highly doubt there will be support for multiple tables, as this goes against the NoSQL fundamentals.
Relevant content
asked 4 years ago
I highly doubt there will be support for multiple tables, as this goes against the NoSQL fundamentals.
asked 4 years ago
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.