Closed qurben closed 6 years ago
The idea when creating this framework was keeping it thin and lightweight (no dependencies!). I think using XML is way to verbose. Just migrate to a full-fat ORM library, instead of turning this into one. (Just my 2 cents.)
I agree, this branch was an idea to try to implement something to make the orm on par with some of the larger ones. It didn't really work out though.
Rework some things.
The definition part is inspired by Doctrine orm, which is also a datamapper orm.
Changes