The AppGini Blog
A few tips and tricks to make your coding life a tiny bit better.

#Many-to-Many

How to handle many-to-many relations in AppGini

Many-to-many relations (also known as N:M relations) is a way of describing the relationship between two entities/tables where each one could have, or own, or be related to, many items of the other. This article explains how to handle many-to-many relations in AppGini.

How to handle many-to-many relations in AppGini