analogueorm / analogue

Analogue ORM : Data Mapper ORM for Laravel/PHP
MIT License
634 stars 51 forks source link

(Feature Request) Composite Keys #246

Open ijpatricio opened 6 years ago

ijpatricio commented 6 years ago

Hey all,

Just gave it a try, looking good!

Any roadmap for composite primary keys?

RemiCollin commented 6 years ago

I have no roadmap for it at the moment.

There is some big refactoring work involved in order to implement this feature, and my main priorities are mostly focused on a better documentation and improved testing.

That said, I'd gladly accept a PR implementing it, providing it's backward compatible.