sqlm-postgres-macros 0.1.0

macros for `sqlm-postgres`
Documentation
1
2
3
4
5
error[E0433]: failed to resolve: could not find `sql_unchecked` in `sqlm_postgres_macros`
 --> tests/fail/missing_variable.rs:2:27
  |
2 |     sqlm_postgres_macros::sql_unchecked!("{id}");
  |                           ^^^^^^^^^^^^^ could not find `sql_unchecked` in `sqlm_postgres_macros`