GoSQL
GoSQL is a fast, easy query builder for Golang.
Getting Started
Get the package:
Open a connection to a database:
Register your structs that have corresponding tables in the database:
You must register all struct types before using them with GoSQL.
Last updated