edgedb / edgedb-rust

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

protocol: Allow using chrono types as Queryable #206

Closed tailhook closed 1 year ago

tailhook commented 1 year ago

Also simplifies conversions from EdgeDB datetime types to chrono types as latter always has a bigger range of values than EdgeDB.

Fixes #198