Hi HN,<p>We’re building PXL (<a href="https://pxlapp.com/" rel="nofollow">https://pxlapp.com/</a>), a psql client with support for copilot like features (inline code complete, query optimisation & sql assistant).<p>Here's the Github repo if anyone is interested <a href="https://github.com/pxlapp/postgres/tree/pxl">https://github.com/pxlapp/postgres/tree/pxl</a><p>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)<p>We’re still pretty early in development and we really want to improve the sql developer experience.
Any feedback would be greatly appreciated!