I already use https://lib.rs/crates/rusqlite (indirectly) in my current projects, and I'd like to use metrics to collect stats about the app, would you be open to a PR to allow people to configure which SQLite backend they'd like to use? It could also reduce the number of dependencies since diesel is for multiple databases, and it's only being used for SQLite here.
I already use https://lib.rs/crates/rusqlite (indirectly) in my current projects, and I'd like to use
metricsto collect stats about the app, would you be open to a PR to allow people to configure which SQLite backend they'd like to use? It could also reduce the number of dependencies since diesel is for multiple databases, and it's only being used for SQLite here.