Error running sqlx_any in example after upgrading sqlx to 0.7 #752
Open
Description
Description
The example sqlx_any does not work after this PR #652
Steps to Reproduce
cd examples/sqlx_any
cargo run -- sqlite
Expected Behavior
Like described in the readme.
Actual Behavior
thread 'main' panicked at 'No drivers installed. Please see the documentation in `sqlx::any` for details.', /home/ethan/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlx-core-0.7.3/src/any/driver.rs:142:10
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Reproduces How Often
always
Versions
tag 0.30.7
Metadata
Assignees
Labels
No labels