|
|
|
|
|
by MrFlynn
1988 days ago
|
|
GORM is nice for beginners because it's pretty easy to get started with, but in my experience starts to fall apart when you need to do anything more complex or start to scale up. I've had good experiences with SQLBoiler [0] on the other hand. I haven't used it in for anything in production, but it's been a breeze to use in a couple of personal projects, and it handles complex SQL queries much better compared to GORM. 0: https://github.com/volatiletech/sqlboiler |
|