Please add support for chrono::{Date, DateTime}
and friends in addition to "time".
#105
Labels
enhancement
New feature or request
After wrestling a bit with
clickhouse_rs
to extract dates out of a CH table, I find out it is using types from the "time" crate. It would be nice to have support for the different types from the "chrono" crate as well, I find the latter much easier to use.Have a
chrono
feature for example, serde already know how to deal with these.Having
would be way easier than my current
Thanks.
The text was updated successfully, but these errors were encountered: