edgedb / edgedb-rust

The official Rust binding for EdgeDB
https://edgedb.com
Apache License 2.0
213 stars 26 forks source link

Allow `DateTime<Utc>` to be `Queryable` #198

Closed IgnisDa closed 1 year ago

IgnisDa commented 1 year ago

It would be great if we could directly #[derive(Queryable)] for structs that have DateTime<Utc> from chrono. Maybe feature gated behind a chrono flag?

IgnisDa commented 1 year ago

@tailhook Any updates on this?

tailhook commented 1 year ago

Added a PR #206. Sorry for the delay.