HamedMasafi/Nut

[1 to many] relations implementation

JackLilhammers opened this issue · 3 comments

I read that [1 to many] relations are implemented with child tables, but I can't see them in the db.
Is it the user's responsibility to explicitly create those tables?
Shouldn't be the ORM the one that creates them?

I realized now that my use case is a [n to m] relation, my bad. I'm closing this issue.
If you're interested I'll reopen it as a feature request.

Hi @JackLilhammers
Thank you for your interest!
ATM Nut Don't create foreign key on database btw its in my todo plan.
I will add this feature asap also you can create a feature request.
BR

Thank you for making this project.
I'm an absolute beginner with ORMs, but I'm trying to use it for a project at work, therefore I'll do my best to improve Nut