xtdb

lgessler 2026-03-09T23:25:00.904639Z

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

jarohen 2026-03-10T07:48:36.746529Z

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 🙂

❤️ 1
lgessler 2026-03-10T16:19:14.437409Z

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

👍 1
lgessler 2026-03-09T23:26:11.711239Z

more generally i suppose what i'm really after is some kind of gui view of the db just for debugging purposes

lgessler 2026-03-09T23:48:39.809489Z

I just tried datagrip and at least the basics seem to work. yay!