package
0.0.0-20200628105730-7179885c4902
Repository: https://github.com/exlinc/golang-utils.git
Documentation: pkg.go.dev
# README
Utils for SQL
A suite of standardized functions for various SQL-related tasks. This isn't meant to be a driver -- just a few helper funcs that we've created along the way.
# Functions
MySQLConnectionURL generates a connection URL for the built-in MySQL driver that uses the utf8mb4 charset and parses timestamps.