and sqlc
-
I recently started a new project in Go where I needed a database. It was an opportunity to select a stack I was happy with. In the past, I had used ORMs like gORM in existing projects. Now, why not use an ORM? I’ve seen performance issues too many times with ORMs. I prefer writing…