An extension to Golang's `database/sql` that makes it easier to work with SQL queries. Simplifying SQL operations with struct scanning
Simplifying SQL operations with struct scanning
Easy to use for those familiar with `database/sql` | Supports named parameters in queries | Powerful struct scanning to map query results to structs
Not an ORM; manual query writing is necessary | Can introduce complexity with custom types