Categorygithub.com/gitsakos/drysql
repositorypackage
1.1.1
Repository: https://github.com/gitsakos/drysql.git
Documentation: pkg.go.dev

# README

drysql

Drysql is simple iimplementation that reduces required boilerplate around maintianing go sql connections

AT the most basic level, you can pass in a pointer to a sql.DB connection to the method GetDrySqlImplementation. IT will return and instance of drysql that you can start writing queries for.