You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add fetch_page Tauri command for keyset pagination
Bridge the toolkit's keyset pagination to the Tauri plugin layer:
- New `fetch_page` command with `after`/`before` cursor params and
`attach` support for cross-database queries
- Conflicting cursors (both after and before) rejected at command level
- Command registered in plugin builder and permission system
- `allow-fetch-page` added to default permission set
0 commit comments