sql-forge 0.5.0

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!: SQL contains {( ... )} batch section but no batch source argument (..expr) was provided
 --> tests/sqlite/tmp-ui/batch_sql_without_source.rs:5:9
  |
5 |         "INSERT INTO products (name, price, stock, category) VALUES {(:name, :price, 1, 'BatchError')}",
  |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^