Cr4shd3v / crash_orm

A simple, typed ORM for Postgres.
MIT License
3 stars 0 forks source link

ManyToMany #58

Open Cr4shd3v opened 10 months ago

Cr4shd3v commented 10 months ago

Right now you have to manually create cross tables for a ManyToMany relation.

A builtin solution would be more convenient.

github-actions[bot] commented 2 months ago

This issue has been marked as "stale" because it has not had activity for 30 days.

Cr4shd3v commented 2 months ago

Best solution would probably be a macro generating the many-to-many relation and the a ManyToMany struct at the entity referencing that many-to-many struct.

Cr4shd3v commented 2 months ago

requires #85

github-actions[bot] commented 1 month ago

This issue has been marked as "stale" because it has not had activity for 30 days.