|
|
|
|
|
by mattgreenrocks
4628 days ago
|
|
Micro-ORMs were en vogue for a bit in .NET; I'm not sure about their status at present. All SQL DSLs seem a bit over-the-top to me; you're layering a DSL atop another DSL (SQL), forcing you to understand the former intimately, along with knowing the latter well enough to write decent queries. |
|