Hi, Geraldus!
I'm trying to figure out if there is any way to connect and fetch data from the Vertica database? I got used to the amazing `esqueleto` package, and ideally, I'm looking for a way to use type-safe queries. Albeit at the moment raw SQL queries would be sufficient.
They claim to have ODBC drivers [1], so perhaps for raw SQL `HDBC-odbc` [2] could work out of the box. Since `esqueleto` relies on `persistent`, some non-trivial integration might be required to make them talk to each other [3].
--
Best regards,
Anatoly Zaretsky