|
|
|
|
|
by unemployable
1360 days ago
|
|
>Every ORM that I've worked with is a separate DSL that I need to learn That is the point of Flyweight. The API is very small, and for everything else you use SQL. The ORM parses the SQL to figure out the types, and when you want it to, it maps the SQL into more complex data structures. |
|