Docs.rs
clickhouse-postgres-client-0.2.0
clickhouse-postgres-client 0.2.0
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
vkill
Dependencies
clickhouse-data-value ^0.3
normal
optional
num-bigint ^0.4
normal
optional
sqlx-clickhouse-ext ^0.2
normal
url ^2
normal
chrono ^0.4
dev
tokio ^1
dev
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
clickhouse_
postgres_
client
0.2.0
clickhouse_postgres_client
Function
connect
Copy item path
Source
pub async fn connect(url: &
str
) ->
Result
<
ClickhousePgConnection
,
SqlxError
>