adelsz / pgtyped

pgTyped - Typesafe SQL in TypeScript
https://pgtyped.dev
MIT License
2.92k stars 95 forks source link

PG's `bigserial` cast to JS's `BigInt`? #507

Closed mrsafalpiya closed 1 year ago

mrsafalpiya commented 1 year ago

Currently the bigserial is casted to string. Doesn't it make sense to cast it to BigInt instead?

mrsafalpiya commented 1 year ago

Well, just found out BigInt can't really be serialized to JSON. So string it is.