Docs.rs
  • clickhouse-postgres-client-0.2.0
    • clickhouse-postgres-client 0.2.0
    • Permalink
    • 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_client0.2.0

  • All Items

Crate Items

  • Re-exports
  • Modules
  • Traits
  • Functions
  • Type Aliases

Crate clickhouse_postgres_client

Source

Re-exports§

pub use self::connect_options::ClickhousePgConnectOptions;
pub use self::row::ClickhousePgRow;
pub use self::type_info::ClickhousePgValue;
pub use sqlx_clickhouse_ext;

Modules§

connect_options
executor
row
type_info

Traits§

ClickhouseExecutor

Functions§

connect
connect_with
execute
fetch_all
fetch_one
fetch_optional

Type Aliases§

ClickhousePgConnection
ClickhousePgPool
ClickhousePgPoolConnection
ClickhousePgPoolOptions
SqlxError