From 6fdb01c0af434516fedabbebe7aa07fdcda2a0d8 Mon Sep 17 00:00:00 2001 From: 200Puls Date: Tue, 25 Jun 2024 14:10:58 +0000 Subject: [PATCH] docs: clickhouse is a supported rdbms --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71dcb16..32aada1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is a [k6](https://github.com/grafana/k6) extension using the [xk6](https://github.com/grafana/xk6) system. -Supported RDBMSs: `mysql`, `postgres`, `sqlite3`, `sqlserver`, `azuresql`. See the [examples](examples) +Supported RDBMSs: `mysql`, `postgres`, `sqlite3`, `sqlserver`, `azuresql`, `clickhouse`. See the [examples](examples) directory for usage. Other RDBMSs are not supported, see [details below](#support-for-other-rdbmss).