Skip to content
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

Switch to a libsqlite3-based Sqlite library #62

Open
busyboredom opened this issue May 11, 2023 · 2 comments
Open

Switch to a libsqlite3-based Sqlite library #62

busyboredom opened this issue May 11, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@busyboredom
Copy link
Owner

The Arti TOR client uses Sqlite, and only sys crate for a given C lib can be used at once. To be compatible with Arti, the Sqlite storage implementation should be changed to use a libsqlite3-based Sqlite crate.

@CM-IV
Copy link

CM-IV commented Jul 30, 2023

I could be wrong, but this might help with people already using Sqlite in their applications with the sqlx crate as well. I tried this a bit ago and ran into an issue with the underlying C libs for Sqlite.

@busyboredom
Copy link
Owner Author

Yep, you are right. libsqlite3 is the de facto standard, so the current little-known alternative that AcceptXMR uses is causing compatibility issues in many places right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants