uptrace / go-clickhouse

Golang ClickHouse client
https://clickhouse.uptrace.dev
BSD 2-Clause "Simplified" License
258 stars 27 forks source link

Is there any way for custom serialization/deserialization? #48

Closed Termina1 closed 2 years ago

Termina1 commented 2 years ago

I want to use clickhouse decimal type is it possible somehow?

vmihailenco commented 2 years ago

No, you would have to define a column and register it here.

Termina1 commented 2 years ago

Ok, thanks