DBNamestring`long:"dbname" description:"Database name to use."`
MaxOpenConnectionsint`long:"maxconnections" description:"Max open connections to keep alive to the database server."`
MaxIdleConnectionsint`long:"maxidleconnections" description:"Max number of idle connections to keep in the connection pool."`
ConnMaxLifetimetime.Duration`long:"connmaxlifetime" description:"Max amount of time a connection can be reused for before it is closed. Valid time units are {s, m, h}."`
ConnMaxIdleTimetime.Duration`long:"connmaxidletime" description:"Max amount of time a connection can be idle for before it is closed. Valid time units are {s, m, h}."`
RequireSSLbool`long:"requiressl" description:"Whether to require using SSL (mode: require) when connecting to the server."`
}
// DSN returns the dns to connect to the database.