Skip to content

Commit 101f5c5

Browse files
Ajit Pratap SinghAjit Pratap Singh
authored andcommitted
docs: add ClickHouse to README dialect feature list
1 parent bf169a3 commit 101f5c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ast, _ := gosqlx.Parse("SELECT u.name, COUNT(*) FROM users u JOIN orders o ON u.
4848

4949
- **Not an ORM** - a parser. You get the AST, you decide what to do with it.
5050
- **Not slow** - zero-copy tokenization, sync.Pool recycling, no allocations on hot paths.
51-
- **Not limited** - PostgreSQL, MySQL, SQL Server, Oracle, SQLite, Snowflake. CTEs, window functions, MERGE, set operations.
51+
- **Not limited** - PostgreSQL, MySQL, SQL Server, Oracle, SQLite, Snowflake, ClickHouse. CTEs, window functions, MERGE, set operations.
5252
- **Not just a library** - CLI, VS Code extension, GitHub Action, MCP server, WASM playground, Python bindings.
5353

5454
<br/>

0 commit comments

Comments
 (0)