Hacker News new | ask | show | jobs
by Xeoncross 1442 days ago
https://sqlc.dev/ is not an ORM. It's not an abstraction over SQL. It is a brilliant way to make SQL the focus of your models by generating the code from your SQL, instead of the other way around.
1 comments

Ah I see. My mistake.