sqlc
Generates type-safe Go from SQL you actually write — the annotation is real SQL, not a DSL, which is the whole appeal.
GORM
The full-featured ORM: migrations, associations, hooks. Reach for it when you want an ORM's ergonomics and are fine with its abstractions.