BareRTC/pkg/models
Noah Petherbridge 23a73620b9 Switch to mattn/go-sqlite3
Instead of the pure Go implementation of SQLite, swap in the cgo library
from mattn/go-sqlite3. On local testing this cuts the SQL query times in
half for the History modal (from 400ms per page to 150ms) and may
improve performance in production.
2025-03-17 17:58:03 -07:00
..
database.go Switch to mattn/go-sqlite3 2025-03-17 17:58:03 -07:00
direct_messages.go Refactor SQL query for DMs History modal 2025-03-17 17:38:37 -07:00