musq 0.0.3

musq is a SQLite3 driver for Rust focusing on performance, correctness, and flexibility.
Documentation
1
2
3
4
5
6
7
error: missing positional argument
 --> tests/trybuild/fail_sql.rs:4:13
  |
4 |     let _ = sql!("SELECT {}", )?;
  |             ^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the macro `sql` (in Nightly builds, run with -Z macro-backtrace for more info)