launchbadge / realworld-axum-sqlx

A Rust implementation of the Realworld demo app spec using Axum and SQLx.
GNU Affero General Public License v3.0
803 stars 82 forks source link

`Timestamptz` does not work with mysql #7

Open arniu opened 2 years ago

arniu commented 2 years ago

https://github.com/launchbadge/realworld-axum-sqlx/blob/f1b25654773228297e35c292f357d33b7121a101/src/http/types.rs#L22

benwilber commented 4 months ago

This implementation is specific to PostgreSQL.