ch2rs

Usage

sh cargo install ch2rs

Help

sh $ ch2rs --help

``` ch2rs 0.1.6

USAGE: ch2rs [FLAGS] [OPTIONS]

FLAGS: -D Generate Deserialize instances -h, --help Prints help information --owned Generate only owned types -S Generate Serialize instances -V, --version Prints version information

OPTIONS: -B ... Add #[serde(with = "serde_bytes")] to the provided column -d A database where the table is placed in [default: default] -I ... Ignore a specified column -O ... Override the type of the provided column -p -T ... Override the type, e.g. 'Decimal(18, 9)=fixnum::FixedPoint' -U ClickHouse server's URL [default: localhost:8123] -u

ARGS:

The table's name ```

Examples

See snapshots.