Skip to content

Commit 24e1176

Browse files
authored
Referenced more supported types to README
1 parent ab0af07 commit 24e1176

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ C++ client for [Yandex ClickHouse](https://clickhouse.yandex/)
1616
* IPv4, IPv6
1717
* Nullable(T)
1818
* String
19+
* LowCardinality(String) or LowCardinality(FixedString(N))
1920
* Tuple
2021
* UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64
22+
* Int128
23+
* UUID
2124

2225
## Building
2326

0 commit comments

Comments
 (0)