ClickHouse.Client
ClickHouse.Client copied to clipboard
Can the TypeConverter class be made available for external code use?
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