package
2.8.3
Repository: https://github.com/contiamo/go-base.git
Documentation: pkg.go.dev

# Packages

Package migrations provides standardized database migration tools.
No description provided by the author
No description provided by the author

# Functions

GenerateSQLName generates a unique safe name that can be used for a database or table name.
Open opens a connection to a database and retries until ctx.Done() The users must import all the necessary drivers before calling this function.
WrapWithTracing Wraps a SQL database with open tracing and logging.

# Interfaces

SQLBuilder describes a basic SQL builder using the squirrel library.
SQLDB is the standard SQL database interface which the standard library should have but it does not.
TraceableDB is the SQL database wrapped with open tracing.