Skip to content

Support M:N relation #68

@CodeXiD

Description

@CodeXiD

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions