## Background Interval is a Postgres type for time period. ## Feature The corresponding Java/Scala type to use for intervals should be `Duration`. * add it to the `AllowedParamTypes` * create an appropriate `SetterFnc` * add a method to `QueryResultRow` for easy read
Background
Interval is a Postgres type for time period.
Feature
The corresponding Java/Scala type to use for intervals should be
Duration.AllowedParamTypesSetterFncQueryResultRowfor easy read