polyglot-sql-function-catalogs 0.1.10

Optional dialect function catalogs for polyglot-sql semantic validation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "polyglot-sql-function-catalogs"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
description = "Optional dialect function catalogs for polyglot-sql semantic validation"
readme = "README.md"

[features]
default = []
dialect-clickhouse = []
dialect-duckdb = []
all-dialects = ["dialect-clickhouse", "dialect-duckdb"]