clickhouse-postgres-client 0.1.1

ClickHouse Postgres Client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# clickhouse-postgres-client

* [Cargo package]https://crates.io/crates/clickhouse-postgres-client

## Dev

```
cargo clippy -p clickhouse-postgres-client --features _integration_tests -- -D clippy::all
cargo +nightly clippy -p clickhouse-postgres-client --features _integration_tests -- -D clippy::all

cargo fmt -p clickhouse-postgres-client -- --check

cargo test -p clickhouse-postgres-client --features all-types,runtime-tokio-native-tls,num-bigint -- --nocapture
```

```
cargo publish --features runtime-tokio-native-tls --dry-run
```