launchbadge/realworld-axum-sqlx

`Timestamptz` does not work with mysql

arniu opened this issue · 1 comments

arniu commented

pub struct Timestamptz(pub OffsetDateTime);

This implementation is specific to PostgreSQL.