questdb / go-questdb-client

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

feat(client): introduce safer timestamp API #23

Closed puzpuzpuz closed 1 year ago

puzpuzpuz commented 1 year ago

All timestamp methods now require time.Time instead of int64. Server compatibility is kept as is for now, but in the near future we'll start using timestamp suffices (see https://github.com/questdb/questdb/pull/3755).

This is a breaking change, so we'll need a new major release.