questdb / go-questdb-client

Golang client for QuestDB's Influx Line Protocol
Apache License 2.0
47 stars 9 forks source link

feat(client): replace long256 string with big.Int #8

Closed jammutkarsh closed 1 year ago

jammutkarsh commented 1 year ago

Refs #3

I am a little confused about what should be updated in Long256Column() documentation. Since it accepts many different values. Also, I suggest we add a few examples realted to big.Int since there are various ways to set it.