hi, I reckon you get this a lot but I couldn't find anything with search, are there any GUIs that support the postgres wire protocol interface to xtdb v2? I tried dbeaver and couldn't make it happy
hey Luke 👋
aim is obviously to iron out these issues as we go - the more Postgres tooling "Just Works", the better 🙂
I think we have a couple of dbeaver issues on the board atm, but if you get a mo, could you start up XT with XTDB_LOGGING_LEVEL_PGWIRE=debug? it should log any queries we can't handle.
In the meantime, not strictly a GUI but we all use psql (Postgres CLI) for debugging - that's probably our best supported client, mainly because it's the simplest 🙂
thanks for the info! yeah, I like psql myself too, I just work with some people who are less experienced with CLI tools and I wanted a recommendation for a GUI
more generally i suppose what i'm really after is some kind of gui view of the db just for debugging purposes
I just tried datagrip and at least the basics seem to work. yay!