ClickHouse / clickhouse-js

Official JS client for ClickHouse DB
https://clickhouse.com
Apache License 2.0
217 stars 26 forks source link

Export NodeClickHouseClient and WebClickHouseClient as value #295

Closed matbour closed 2 months ago

matbour commented 2 months ago

Summary

This PR exposes the NodeClickHouseClient and WebClickHouseClient as values from their respective packages @clickhouse/clientand @clickhouse/client-web. This will allow better integrations with dependency injection frameworks like Nest.js or tsyringe. More details are available on #292.

This PR closes #292.

Checklist

Delete items not relevant to your PR:

@maintainers: I added a CHANGELOG entry but I am a bit unsure of the version + the CHANGELOG message. Feel free to change the version number or the message if necessary.

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

slvrtrn commented 2 months ago

Thanks. I will update the CHANGELOG and the version and release it shortly with another small fix.

slvrtrn commented 2 months ago

@mathieu-bour, released as 1.4.1.