# 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.