launchbadge / sqlx

🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
Apache License 2.0
12.58k stars 1.19k forks source link

[Database] ClickHouse #533

Open mehcode opened 4 years ago

mehcode commented 4 years ago

Details

Prior Art

alexey-milovidov commented 1 year ago

Here is the formal specification of the ClickHouse protocol: https://clickhouse.com/docs/en/native-protocol

I also want this feature in sqlx!