depyronick / nestjs-clickhouse

ClickHouse Client Module for Nest Framework (node.js)
https://clickhouse.js.org
MIT License
43 stars 6 forks source link

feat: Allow custom inject token for async registration with property #18

Open stouch opened 2 weeks ago

stouch commented 2 weeks ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

What is the current behavior?

Cannot set a custom async token to inject multiple registerAsync clickhouse clients.

What is the new behavior?

Now, we can.

Does this PR introduce a breaking change?