Open MiniaczQ opened 3 years ago
Hmm, let me see what's wrong. It is possible that in the latest update I didn't test enough. Try using the previous version for the meantime. EDIT: I got confused. I thought this was another crate. Let me check
Ok, so to run the examples fist cd into the examples directory, and it should work.
I used
cargo run --example sqlite
since no info about running examples was provided. The build fails at multiple places. I hardcoded it to loadsqlite
feature support but there were other errors. Can you provide the intended way of running examples, or potentially fix them if that was the problem?