lib / pq

Pure Go Postgres driver for database/sql
https://pkg.go.dev/github.com/lib/pq
MIT License
8.98k stars 909 forks source link

golang type compatible with postgres #984

Open exfly opened 4 years ago

exfly commented 4 years ago

uint64 in golang (0 to 18446744073709551615) bigserial in postgres 1 to 9223372036854775807

How do we unify types