zshamrock / dynoman

DynamoDB management UI
GNU General Public License v3.0
7 stars 0 forks source link

Define the way to provide multiple values for the foreign query #259

Open zshamrock opened 4 years ago

zshamrock commented 4 years ago

Like if the table has multiple columns, like Team1Id and Team2Id and both correspond to the TeamId partition key of another table. Would be nice to provide both values as the values for the query.

Right now I don't have the defined syntax (both UI and store) on how to set up it.