Hi i’m a newbie to elixir, but i have been working with prestosql for quite sometime, is there any ecto adapters to work with prestosql? or is there any suggestion to have a presto-client in elixir?
thanks.
Hi i’m a newbie to elixir, but i have been working with prestosql for quite sometime, is there any ecto adapters to work with prestosql? or is there any suggestion to have a presto-client in elixir?
thanks.
There’s a gateway that allows postgres clients to be used (with some limitations).
There doesn’t seem to be any official elixir client as of now.
I was searching online and found this project https://github.com/smartcitiesdata/prestige
yes, that presto