sqlm-postgres-macros 0.1.0

macros for `sqlm-postgres`
Documentation
1
2
3
4
5
6
7
error[E0271]: type mismatch resolving `<Date as SqlType>::Type == OffsetDateTime`
 --> tests/fail-stable/datetime_vs_date.rs:6:10
  |
6 |         .await
  |          ^^^^^ expected `Date`, found `OffsetDateTime`
  |
  = note: required for `Sql<'_, Primitive<OffsetDateTime>, time::Date>` to implement `IntoFuture`