I’m trying to understand how to best structure my database/collection.
The app is to promote conversations between influential people. With each pair of people having their own page to have information related to the conversation. So its not a relationship between two different databases, but rather, a pairing of any two entries in the same database (example: Joe Rogan/Donald Trump, Joe Rogan/Joe Biden, Joe Rogan/Elon Musk).
Is this possible in Adalo?
As the number of people in the database increase the number of possible connections start to power function up.