You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think currently rusqlite comes in both the CLI and the library. We use it to run integration tests for example. It's sort of our "default" store implementation. That's why I find it reasonable to put it under a sqlite feature flag. Perhaps it's better to make an issue to address this in the documentation as well as putting the sqlite store under a feature flag. What do you think?
As a part of this, we may want to break out dependencies which are needed for the CLI binary and then turn on relevant features for a specific use case.
Originally posted by @mFragaBA in #262 (comment)
The text was updated successfully, but these errors were encountered: