brianc / node-pg-types

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

parsing postgres box type? #133

Closed bonesoul closed 2 years ago

bonesoul commented 2 years ago

is it even possible?

bendrucker commented 2 years ago

Sure, you can certainly create your own box type and register a parser for the correct OID. This library has support for a few geometrics types already and PRs are welcome for additional ones.

bonesoul commented 2 years ago

okay thanks, ill be looking for the oid as a start.