Show HN: Psql with Copilot Features
pxlapp.comHi HN,
We’re building PXL (https://pxlapp.com/), a psql client with support for copilot like features (inline code complete, query optimisation & sql assistant).
Here's the Github repo if anyone is interested https://github.com/pxlapp/postgres/tree/pxl
PXL helps in the following manner: 1- It has context of your DB schema so it can produce inline completion suggestions 2- The sql assistant can improve developer workflows so you don't need to keep going back to ChatGPT 3- It's can be integrated into other clients (check our Github for beekeeper-studio demo)
We’re still pretty early in development and we really want to improve the sql developer experience.
Any feedback would be greatly appreciated! This is interesting! So it autocompletes based on the DB schema and improves a DB admin's workflow? Yes it’s a start & it helps optimize queries by suggesting alternatives