We'll take a moment to explore how Fauna handles one-to-many relationships inside the fauna shell.
First we'll create a Message
collection.
Then we'll connect to the cloud database by running fauna shell
, because I'm logged and configured this connects to the database I'm working with.
In the terminal we'll see how to create multiple messages that are associated with a room and query for those messages by room.