Support for Xata Postgres connection

Xata just released the ability to directly connect to a db via the client. I wish to leverage the internal Postgres functionality for simpler CRUD operations.

The problem is that Xata databases include a branch name appended using a colon separator like this:

And when I try to connect, I get the following error due to encoding:

Is it possible to add a workaround for connecting to Xata dbs?

After a couple of attempts of creating a proxy, I’ve determined this isn’t necessary for me since I’ll be doing all of my CRUD actions on the backend anyway.

The generic http connector works fine in this case.