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 know about ORMs but go community avoid them.
I heard about SQLc a lot, but my question is how can I use it to manage my 
database schemas with it, is it event possible? Like If I add new column in 
database or rename one how will it get synced to in codebase and will I 
have to update all of my queries manually?
Also, I found that when I run raw queries my JSON columns come as some 
weird hash, what am I missing here?

If possible, I would be more than happy if I can connect with someone who 
is into golang for years and can provide expert advice over teams or meet 
call.

Thank You.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/golang-nuts/60004d92-ecd0-41df-94f6-2b07464a3e2en%40googlegroups.com.

Reply via email to