ograph/packages
小橘 a19b144de7 feat: GET /events?after=N incremental query support (#26)
- Engine: findEventsByRef accepts optional afterId parameter
- SQL: WHERE id > ? with ASC ordering for after queries
- Route: GET /events?after=N, combinable with ?ref=X
- CLI: events find --after <id> option
- Tests: 2 new tests (engine 105 total)

Closes #26
小橘 🍊(NEKO Team)
2026-04-13 08:09:17 +00:00
..