Files
beads/internal/storage/sqlite/sqlite.go
Steve Yegge 1d5e89b9bb Fix :memory: database handling with shared cache and proper URL construction
- Convert :memory: to file::memory:?cache=shared for shared in-memory databases
- Skip directory creation for memory databases
- Properly append URL params with & when ? already exists in path
- Add tests for in-memory database and shared cache behavior

Amp-Thread-ID: https://ampcode.com/threads/T-c3d60758-fa92-472f-9239-6dab9b6a25c2
Co-authored-by: Amp <amp@ampcode.com>
2025-10-24 12:25:24 -07:00

63 KiB