github.com/golang-migrate/migrate/v4/database/postgres.Config.DatabaseName (field)

5 uses

	github.com/golang-migrate/migrate/v4/database/postgres (current package)
		postgres.go#L38: 	DatabaseName    string
		postgres.go#L71: 	config.DatabaseName = databaseName
		postgres.go#L122: 		DatabaseName:    purl.Path,
		postgres.go#L148: 	aid, err := database.GenerateAdvisoryLockId(p.config.DatabaseName, p.config.SchemaName)
		postgres.go#L169: 	aid, err := database.GenerateAdvisoryLockId(p.config.DatabaseName, p.config.SchemaName)