aboutsummaryrefslogtreecommitdiffstats
path: root/internal/storage/storage.go
Commit message (Expand)AuthorAgeFilesLines
* feat: add storage stats and average latency metricsbndw2026-02-141-2/+34
* fix: optimize SQLite connection pooling for single-writer architecturebndw2026-02-141-0/+6
* refactor: simplify deletion handling (remove NIP-09 processing)bndw2026-02-131-12/+0
* feat: implement NIP-09 (deletions) and NIP-11 (relay info)bndw2026-02-131-2/+2
* feat: add SQLite storage layer with binary-first event persistencebndw2026-02-131-0/+150