type Config struct {
// DSN the Data Source Name. DSN string// Disable automatic ping. DisableAutomaticPing bool// Prepared statement. PreparedStmt bool// Max DB open connections. MaxOpenConns int// Max DB idle connections. MaxIdleConns int LogLevel logger.LogLevel}