7 ms·
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, y
by ckmar 2y 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 https://github.com/craigmichaelmartin/pure-orm