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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: