github ClickHouse/clickhouse-connect v0.7.16
v0.7.16 -- AsyncClient wrapper

latest releases: v0.9.1, v0.9.0, v0.8.18...
14 months ago

Improvement

  • Added the AsyncClient wrapper which is intended for asyncio environment usage. AsyncClient has the same methods with the same parameters as the standard Client, but they are coroutines when applicable. Internally, these methods from the Client that perform I/O operations are wrapped in a run_in_executor call.
    See also the updated run_async example.

Full Changelog: v0.7.15...v0.7.16

Don't miss a new clickhouse-connect release

NewReleases is sending notifications on new releases.