improve clickhouse driver

This commit is contained in:
daguang
2022-04-19 14:21:03 +08:00
parent 674eada9ed
commit bb3ca6d414

View File

@ -59,11 +59,8 @@ import _ "github.com/gogf/gf/contrib/drivers/clickhouse/v2"
Note:
- It does not support `InsertIgnore/InsertGetId` features.
- It does not support `Transaction` feature.
- It does not support `Transaction` feature.
- It does not support `RowsAffected` feature.
# Custom Drivers
It's quick and easy, please refer to current driver source.