sql-forge 0.3.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!: batch source argument (..expr) provided but SQL has no {( ... )} batch section
  --> tests/postgres/tmp-ui/batch_source_without_sql.rs:11:9
   |
11 |         "INSERT INTO products (name) VALUES (:name)",
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^