NodaTime has a native DateInterval type for representing a range of dates, which is ideal for mapping to PostgreSQL daterange, though we should continue supporting mapping to NpgsqlRange<LocalDate> as well.
This would be a small breaking change, since by default we'd start returning DateInterval instead of NpgsqlRange<LocalDate>.
NodaTime has a native DateInterval type for representing a range of dates, which is ideal for mapping to PostgreSQL daterange, though we should continue supporting mapping to
NpgsqlRange<LocalDate>as well.This would be a small breaking change, since by default we'd start returning DateInterval instead of
NpgsqlRange<LocalDate>.