package schema import "embed" var ( // export the schema to be used by other tests // //go:embed schema.sql SQL embed.FS )