package db const ( // DriverPostgres postgres DriverPostgres = `postgres` // DriverMySQL MySQL DriverMySQL = `mysql` )