Skip to content

Aitra Meter v0.2.0

Choose a tag to compare

@stevenphtan stevenphtan released this 15 Jun 02:52
· 44 commits to main since this release
d6a4e5b

SQLite backend via modernc.org/sqlite — pure Go, no CGO, no additional server required. Every measurement record is persisted. Storage backends remain pluggable via the Backend interface (ADR 0005).

Added

  • internal/storage/sqlite/ — full WriteBatch and QueryChargeback implementation
  • internal/storage/sqlite/sqlite_test.go — integration test: 52k rows, 30-day chargeback query under 10s
  • modernc.org/sqlite v1.34.5 added to go.mod