async-sqlx-session icon indicating copy to clipboard operation
async-sqlx-session copied to clipboard

Results 12 async-sqlx-session issues
Sort by recently updated
recently updated
newest added

Trying to integrate this crate into a project using Warp which is built on Tokio, so I'm using the sqlx crate with the `runtime-tokio-native-tls` option, but in this crate, the...

Very minor thing but I wonder why we would want to store TIMESTAMP WITH ZONE, it is probably better not to store ZONE and the code is using `Utc::now` anyway....