Hello everyone,
I'm new to go and have to work on a project from scratch.
I looked into for various resources and learnt golang, also selected gin as
my project framework and pgx as my post-gres driver.
Now I'm looking out for guidance on how I can manage my database schemas
for this project.
I
I read few posts regarding ORMs in golang & realized, few peoples are not
happy with it.
They mentioned to use raw queries with our own wrapper if want to make few
things reusable.
I was actually using Gorm, which was super slow, then I started research
regarding performance efficient ORMs,
Hi guys, I'm seeking help to understand about performance of golang.
I created POC of Golang/Gin and .Net framework and analyzed performance and
found that gin is good with it's performance, so I picked it up for my
production project.
Now I used gorm and now my gin apis are super slow compared