¿ªÔÆÌåÓý

Plans for Relational Databases? #database


 

Any plans to add relational database functionality, or is it already present and I'm missing it?

Use case example. We host a yearly gaming event where people like to mark what games they'd like to play so they can self-organize.? Ideally, this includes the following tables:

1) Games
2) Players
3) Want to Play (a join table, noting each instance of? ?Player + Game they want to play)

We can accomplish this with a "flat" table of games and a column of "Players" where people can add their names/initials, but that's prone to errors (people accidentally erasing previous players, etc.)

Also open to hearing of other options to address this.? Thank you!

Join [email protected] to automatically receive all group messages.