[go-nuts] How to manage database schemas

2024-12-22 Thread Bhavesh Kothari
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

[go-nuts] Golang ORM Performances

2024-12-19 Thread Bhavesh Kothari
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,

[go-nuts] Goland Performance Issue

2024-12-15 Thread Bhavesh Kothari
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