prisma / quaint

SQL Query AST and Visitor for Rust
Apache License 2.0
582 stars 61 forks source link

Make the "bundled" feature of rusqlite optional. #394

Open losfair opened 1 year ago

losfair commented 1 year ago

Similar to the existing vendored-openssl feature flag, this PR makes the bundled feature of rusqlite optional too.

This allows swapping in different SQLite implementations and runtime-patching SQLite with LD_PRELOAD.