package db import "embed" // migrationsFS is the embedded filesystem containing SQL migration files. //go:embed migrations var migrationsFS embed.FS