ObjectionJs fetch entity with many to many relationship
I'm using knex-objection. I have a simple example of 3 tables: user, authority_user, authority where "user" and "authority" are joined together witha many to many...
I'm using knex-objection. I have a simple example of 3 tables: user, authority_user, authority where "user" and "authority" are joined together witha many to many...