dymmond / edgy

🔥 The perfect ORM to work with complex databases 🔥
https://edgy.dymmond.com
BSD 3-Clause "New" or "Revised" License
193 stars 9 forks source link

foreign keys relation improvements #105

Closed devkral closed 5 months ago

devkral commented 5 months ago

Changes:

tarsil commented 5 months ago

slightly not documented yet Prefetch syntax change: you have to use the foreign key name when traversing a foreign key

We need properly documented. We can't merge with missing information I'm afraid.

devkral commented 5 months ago

can you check the information? I hope I found all references

devkral commented 5 months ago

I added a note concerning foreign key traversal + that there was a change. Can you refer it in the changelog?

devkral commented 5 months ago

I deleted the special attention section because it is obsolete. It explains the old traversal approach with its weaknesses