You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.