summaryrefslogtreecommitdiffstats
path: root/internal/storage/query_test.go
Commit message (Collapse)AuthorAgeFilesLines
* refactor: rename project from nostr-grpc to muxstrbndw3 days1-1/+1
| | | | | | Update module path from northwest.io/nostr-grpc to northwest.io/muxstr. This includes updating all Go imports, protobuf definitions, generated files, and documentation.
* 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