var (
ErrDriverNotInBuild = fmt.Errorf("current executable was not built with support for this driver")
ErrSchemaVersionOlder = fmt.Errorf("schema version is older than the current executable")
ErrSchemaVersionNewer = fmt.Errorf("schema version is newer than the current executable")
)