Quick dating the lib:
- 🧐 What is sqlx?
sqlx is a library which provides a set of extensions on go's standarddatabase/sql
library. - 🚀 Why use sqlx?
Marshal rows into Structs, Named Prepared Statements,Get
andSelect
to go quickly from query to struct/slice - 🤝🏻 comapitble with the native packages?
sqlx leaves the underlying interfaces untouched and just superset on the standard ones
go get github.com/go-sqlx/sqlx