Comment by whstl
2 months ago
This is incredible.
At this rate, there's a non-zero chance that one of the transitive dependencies is SQLite itself.
2 months ago
This is incredible.
At this rate, there's a non-zero chance that one of the transitive dependencies is SQLite itself.
3 different types of sqlite, 14 different versions total: https://github.com/tursodatabase/turso/network/dependencies?...
Looks like they're all pulled in as dev dependencies. libsqlite3-sys gets pulled in by rusqlite, which is used by core_tester, limbo_sim, write-throughput-sqlite, and as a dev_dependency for turso_core.
But it will be safe SQlite, called from Rust.