keelson-macros 0.1.1

keelson's derive macros: #[derive(Bind)] for newtype column overrides and #[derive(FromRow)] for row mapping.
Documentation
1
2
3
4
5
error: `sql!` takes one string literal. Values go in `{…}` holes inside it, not as further arguments
 --> tests/compile_fail/sql_arguments.rs:9:50
  |
9 |     let _ = sql!("SELECT * FROM t WHERE a = {}", x);
  |                                                  ^