clickhouse 0.2.0
clickhouse: ^0.2.0 copied to clipboard
A fast, native Dart driver for ClickHouse over the TCP binary protocol — queries, batch inserts, connection pooling, LZ4/LZ4HC/ZSTD compression, and full column-type support.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add clickhouseWith Flutter:
$ flutter pub add clickhouseThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
clickhouse: ^0.2.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:clickhouse/clickhouse.dart';