You:
I want to connect to a various databases using rust, send select queries, and return polars data frames.
I need to connect to vertica, db2, ms sql server, and postgres databases. how do you recommend that I do each of those? It can be a different method for each database type if necessary.
ChatGPT: