long2ice / asynch

An asyncio ClickHouse Python Driver with native (TCP) interface support.
https://github.com/long2ice/asynch
Apache License 2.0
185 stars 43 forks source link

Environment support for connection settings in tests and benchmark #32

Closed i8enn closed 2 years ago

i8enn commented 2 years ago

Added environment support (and .env file) for run test and benchmarks with custom ClickHouse database location and user.

long2ice commented 2 years ago

Thanks! Just need resolve conflicts.

i8enn commented 2 years ago

@long2ice, ready to merge ;)