sql-forge 0.4.1

Proc-macro combining compile-time SQL validation with a runtime QueryBuilder for dynamic queries using named parameters.
Documentation
1
2
3
4
5
error: sql_forge!: parameter :id has no mapping
 --> tests/mysql/tmp-ui/top_sql_missing_param_value.rs:8:9
  |
8 |         "SELECT id, name FROM users WHERE id = :id",
  |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^