package mysqlite import "errors" var ErrNoRows = errors.New("mysqlite: no rows returned")