ClickHouse.Client icon indicating copy to clipboard operation
ClickHouse.Client copied to clipboard

Can the TypeConverter class be made available for external code use?

Open choby opened this issue 11 months ago • 0 comments

Problem statement

I need to use Clickhouse.Client in tools like ETLBox. ETLBox requires retrieving table structures from the database and mapping them to native C# types. Using TypeConverter is the quickest and most direct API for this purpose. Could you make this class available for external use?

Suggested solution

make this class available for external use

Considered alternatives

No response

Additional information

No response

choby avatar Mar 25 '25 01:03 choby