|
|
|
|
|
by haakts
2116 days ago
|
|
Seems similar to PureORM[1]. It allows you to write regular native SQL and receive back properly structured (nested) pure business objects. The name pureORM reflects both that it is pure ORM (there is no query builder dimension) as well as the purity of the mapped Objects. [1] https://github.com/craigmichaelmartin/pure-orm |
|