- Kudos for this awesome package, can we have support for cratedb (https://crate.io/) - I have tested if it works, but it fails while scanning the table because of time conversion. - Here is the error which I have gotten. ``` Error: sql: Scan error on column index 1, name "applied_at": unsupported Scan, storing driver.Value type json.Number into type *time.Time ```
Kudos for this awesome package, can we have support for cratedb (https://crate.io/)
I have tested if it works, but it fails while scanning the table because of time conversion.
Here is the error which I have gotten.