summaryrefslogtreecommitdiffstats
path: root/internal/storage/query_test.go
Commit message (Collapse)AuthorAgeFilesLines
* feat: add query layer with Nostr filter to SQL conversionbndw4 days1-0/+437
Query implementation: - QueryEvents method with filter support - Full NIP-01 filter support (ids, authors, kinds, tags, since, until, limit) - ID and pubkey prefix matching - Tag filtering using SQLite JSON functions - Multiple filter UNION support - DESC ordering by created_at - Optional canonical JSON inclusion 23 tests passing, 1322 total lines