SQLite Observer & Exporter for SQLite
This provides a fairly simple SQLite powered backend for the metrics crate, useful for offline or desktop applications to gather metrics that can be easily queried afterwards.
Example
let exporter = new
.expect;
exporter
.install
.expect;
// use metrics macros etc.
gauge!;