add events REST API with filtering and pagination
- POST /events/filter with occurred, event, resource filters
- GET /events/filter/next with page tokens for pagination
- GET /events/count for total event count
code quality improvements:
- src/prefect.zig: clean public interface re-exporting main modules
- src/utilities/encoding.zig: base64 and URL encoding helpers
- db/backend.zig: add getBackend() for consistent access pattern
- db/events.zig: consolidate parseJsonStringArray, add column constants
- events_api.zig: use json.send/sendStatus helpers consistently
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>