# Functions
No description provided by the author
NewMySQL create a new gorm db instance with the given options.
NewPostgreSQL create a new gorm db instance with the given options.
NewRedis create a new redis db instance with the given options.
# Variables
ProviderSet is db providers.
# Structs
MySQLOptions defines options for mysql database.
PostgreSQLOptions defines options for PostgreSQL database.
RedisOptions defines options for redis database.
TracePlugin defines gorm plugin used to trace sql.