brianc / node-pg-types

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

Missing SERIAL types? #109

Closed moltar closed 4 years ago

moltar commented 4 years ago

I know these are not true types, but would it be in scope to support these for convenience?

https://www.postgresql.org/docs/9.5/datatype-numeric.html#DATATYPE-SERIAL

The data types smallserial, serial and bigserial are not true types

moltar commented 4 years ago

Misunderstood the intention of this package. Closing.