Hi. It looks like the lib does not support 'interval' column type. Sample query: ```sql select interval '1 minute'; ``` Would it be possible to include it? I'm just getting started with Haskell but maybe `NominalDiffTime` could work here?
Hi. It looks like the lib does not support 'interval' column type. Sample query:
Would it be possible to include it? I'm just getting started with Haskell but maybe
NominalDiffTimecould work here?