|
|
|
|
|
by ckmar
851 days ago
|
|
Have you seen Pure ORM? It's an ORM that purely does object relational mapping. You write SQL but instead of getting back flat and potentially-collided data, you get back pure objects which are properly structured. https://github.com/craigmichaelmartin/pure-orm |
|