Make statement cache optional#1682
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1682 +/- ##
=======================================
Coverage 86.90% 86.90%
=======================================
Files 58 58
Lines 10638 10641 +3
=======================================
+ Hits 9245 9248 +3
Misses 1393 1393 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
As there is no SQLite library available / installed by default on Windows, without the `bundled` feature, the build fails
|
Am I doing something wrong or are the functions behind this feature not showing in the documentation? |
Definitely not: features = ["modern-full", "rusqlite-macros"]
no-default-features = true |
Related to #1173
Breaking change for all dependents that use
default-features = falseMaybe we should provide a simple LRU cache impl (instead of no cache at all) like the one provided by default for the official TCL bindings which is based on a linked list.