hyperdb-api-derive 0.4.0

Procedural macros for hyperdb-api (FromRow derive)
Documentation
1
2
3
4
5
error: query_as! expects a SQL string literal as the second argument
 --> tests/ui/fail/query_as_missing_args.rs:4:23
  |
4 |     let _ = query_as!(User); // missing SQL argument
  |                       ^^^^