|
|
|
|
|
by RamiAwar
643 days ago
|
|
I've always said that the best ORM is one that allows for type safe query building. This kind of generates the type safe queries for you, which is the end goal. But then why don't developers use the query builder instead? Why have an unnecessary generation step? I feel like a good query builder ORM is more than enough and more straightforward than this. What am I missing? |
|
I just want type-safe SQL templates that return native data structures. Sqlc provides that, and I've quite enjoyed working with it.