brianc / node-pg-types

Type parsing for node-postgres
267 stars 54 forks source link

Support range types #127

Closed martianboy closed 3 years ago

martianboy commented 3 years ago

This will add support for all 6 range types in postgres, using a new library postgres-range which supports empty and infinite ranges as well.

martianboy commented 3 years ago

@bendrucker Oh so sorry I didn't notice your commits here, I force rebased my branch on master!

bendrucker commented 3 years ago

All good, was just resolving the conflict introduced via merging #126. This is amazing, thank you!