sql-forge 0.4.2

Proc-macro combining compile-time SQL validation with a runtime QueryBuilder for dynamic queries using named parameters.
Documentation
1
2
3
4
5
6
7
error: expected `,`
 --> tests/sqlite/tmp-ui/macro_without_sql.rs:6:13
  |
6 |     let _ = sql_forge!(support::User);
  |             ^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the macro `sql_forge` (in Nightly builds, run with -Z macro-backtrace for more info)