Skip to content

Commit

Permalink
Merge pull request #43 from lmangani/chsql-extension
Browse files Browse the repository at this point in the history
Add chsql extension
  • Loading branch information
carlopi authored Jul 9, 2024
2 parents c7f441d + 7618f81 commit ddc50a3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions extensions/chsql/description.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
extension:
name: chsql
description: Clickhouse SQL Macros for DuckDB
version: 1.0.0
language: SQL & C++
build: cmake
license: MIT
maintainers:
- lmangani

repo:
github: lmangani/duckdb-extension-clickhouse-sql
ref: 21c240ec0cbef00d5928083f5fc936ec42542911

docs:
hello_world: |
SELECT toString('world') as hello, toInt8OrZero('world') as zero;
extended_description: |
This extension provides a growing number of Clickhouse SQL Macros for DuckDB.

0 comments on commit ddc50a3

Please sign in to comment.