We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f9a5b6 commit c49fd0dCopy full SHA for c49fd0d
README.md
@@ -15,8 +15,8 @@ ClickHouse Query is intuitive query builder to simplify usage of [ClickHouse](ht
15
* [Installation](#installation)
16
* [Quick start](#quick-start)
17
- [CREATE TABLE](#create-table)
18
-- [INSERT](#insert)
19
- [ALTER TABLE](#alter-table)
+- [INSERT](#insert)
20
- [DELETE](#delete)
21
- [UPDATE](#update)
22
- [SELECT](#select)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "clickhouse-query",
3
- "version": "1.10.0",
+ "version": "1.10.1",
4
"description": "ClickHouse Query is intuitive query builder to overcome the complexity of ClickHouse SQL syntax.",
5
"main": "dist/src/index.js",
6
"types": "dist/src/index.d.ts",
0 commit comments