SQLX
A simple SQL library for Go which implements unmarshaling into structs.
Still requires writing manual SQL. I believe this is good b/c it keeps things simple and doesn't bother with db row identity vs object identity or foreign key relationships.