feat(v2): T-309 SQLite fall-event persistence (mattn/go-sqlite3)
Persist confirmed fall events to a local SQLite DB under artifacts/: camera host/port/channel + event id/track/source/config version/state/ latency/screenshot path/confirmed-at. Schema stores no password (guarded by test). Wire openRecorder/saveRecord into the alerts loop; failures are non-fatal. Re-applied the SILVER-POSE vendored os_windows.go patch that go mod vendor reverted. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Vendored
+3
@@ -61,6 +61,9 @@ github.com/go-text/typesetting/internal/unicodedata
|
||||
github.com/go-text/typesetting/language
|
||||
github.com/go-text/typesetting/segmenter
|
||||
github.com/go-text/typesetting/shaping
|
||||
# github.com/mattn/go-sqlite3 v1.14.48
|
||||
## explicit; go 1.21
|
||||
github.com/mattn/go-sqlite3
|
||||
# github.com/yalue/onnxruntime_go v1.12.1
|
||||
## explicit; go 1.19
|
||||
github.com/yalue/onnxruntime_go
|
||||
|
||||
Reference in New Issue
Block a user