forked from Arteha/admin-bro-typeorm
-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Hello, thank you for your work, it is very valuable to us. I would like to know if there are plans to support M:N relation. I know that this can be done through the "relations" package, but you need to create an intermediate table yourself. It would be very cool if it were possible to describe the connection in a simple way
@ManyToMany(() => Category)
@JoinTable()
categories: Category[]I probably would have sent this issue to the "relations" package, but as I understand it is closed) Thanks for any comment
Metadata
Metadata
Assignees
Labels
No labels