-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
retire these bindings in favor of rusqlite? #46
Comments
In my use of these bindings, I prepare a bunch of statements when my application starts up and then execute them many times as it runs. This mean I have a struct that goes like:
This is what motivated commit 934d784 on this library -- before, with statements having a lifetime parameter that made them have to outlive |
Hey, I created this thread before finding this issue. But maybe you can join the discussion there: https://users.rust-lang.org/t/sqlite-libraries-potential-for-unification/8702 |
To address the two points above about things that were missing in rusqlite:
|
What's The Right Thing To Do with https://crates.io/crates/rust-sqlite ? |
Now that rusqlite has addressed the lifetime issues with
query_map()
, there's not much reason to maintain these bindings.I'm inclined to give this project a once-over and raise issues there for anything that's novel here.
I made a note about the
expose()
method on one of their issues... it's a closed issue, though, so maybe I should look into that some more.cc @jgallagher @PeterReid @dgilman @AndiDog @ericsink
The text was updated successfully, but these errors were encountered: