resolute 0.4.0

Compile-time-checked PostgreSQL queries with a pure-Rust wire protocol driver.
Documentation
1
2
3
4
5
error: expected 1 parameter(s), got 2
 --> tests/compile_fail/wrong_param_count.rs:3:30
  |
3 |     let _ = resolute::query!("SELECT $1::int4 AS n", 1i32, 2i32);
  |                              ^^^^^^^^^^^^^^^^^^^^^^