Skip to content

Commit

Permalink
feat: partial clickhouse support
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Jul 4, 2024
1 parent bd1d9f0 commit e6331d9
Show file tree
Hide file tree
Showing 4 changed files with 618 additions and 2 deletions.
222 changes: 222 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ tokio-postgres = "0.7.10"
mysql_async = { version = "0.34.1", default-features = false, features = ["rustls-tls", "default-rustls"] }
duckdb = { git = "https://github.com/frectonz/duckdb-rs.git", features = ["bundled"] }
humantime = "2.1.0"
clickhouse = "0.11.6"

[profile.release]
strip = true
Expand Down
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@

pkgs.httpie
pkgs.sqlite

pkgs.openssl
pkgs.pkg-config
];
};

Expand Down
Loading

0 comments on commit e6331d9

Please sign in to comment.