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

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • connect_options::ClickhousePgConnectOptions
  • row::ClickhousePgRow

Enums

  • type_info::ClickhousePgValue

Traits

  • ClickhouseExecutor
  • executor::ClickhouseExecutor

Functions

  • connect
  • connect_with
  • execute
  • fetch_all
  • fetch_one
  • fetch_optional

Type Aliases

  • ClickhousePgConnection
  • ClickhousePgPool
  • ClickhousePgPoolConnection
  • ClickhousePgPoolOptions
  • SqlxError