aboutsummaryrefslogtreecommitdiff
path: root/database/messages.go
blob: 2c51076e65b4c8b2b7c411931b1085533c9ab78d (plain)
1
2
3
4
5
6
7
8
package database

const (
	Connected        = "Connected to %s."
	ConnectionFailed = "Failed to connect to database: %v"
	MigrationFailed  = "Failed to run database migrations: %v"
	PoolConfigFailed = "Failed to configure connection pool: %v"
)