In Glide Docs and also in the Glide Relations playlist on youtube, many to many relations are not covered at all. And when I say ‘many to many’ I am talking about the standard relational design for many to many with the crows feet linking both tables … TABLE A >–< TABLE B … which is not array columns being related to array columns.
However, to implement many to many in Glide then, is actually not just a case of implementing two standard ‘one to many’ relations? one from TABLE A to Table B and vice versa…?
TABLE A --< TABLE B
TABLE A >-- TABLE B
I’m not sure how this might affect the standard components/design in Glide for adding and editing TABLES A and B above. Has this been tried in Glide as a way to implement many to many?