k2v-academy / K2View-Academy

Other
0 stars 0 forks source link

DbSqlDialect output options #954

Closed VUtdLxcYoiEWuDsiwNQ68YvGIzoAJ17leFuyK2H closed 11 months ago

VUtdLxcYoiEWuDsiwNQ68YvGIzoAJ17leFuyK2H commented 11 months ago

Hi, I want to use DbSqlDialect actor, but I see that the only supported outputs are cassandra, postgres, oracle, generic and it's missing (sqlite, mysql, mssql ...). Is there a reason for that?

Thanks.

tZajFGR0CidT8AVERBHw8puD36HY6oWViykmIIb commented 11 months ago

Hi, the DbSqlDialect actor has been introduced to answer some internal needs. The dialects which are currently supported are as you mentioned above. The other output param productName returns the vendor name as you can see in the image. If however the productName is not enough and you need to get the dialect, please open the CR with requirement explanation. image