Hello,
I’m currently attempting to connect Ecto to materialize. Materialize is a postgres compatible streaming database, it supports the pgwire protocol and prepared statements. On connect an error displays:
failed to connect: ** (Postgrex.Error) ERROR 42601 (syntax_error) Expected left square bracket, found left parenthesis
Is there a way to debug the command/statement being sent to Materialize? log: :debug only provides query logs.