Settings

Theme

Show HN: Psql with Copilot Features

pxlapp.com

2 points by armini 2 years ago · 2 comments · 1 min read

Reader

Hi 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!

vysakh0 2 years ago

This is interesting! So it autocompletes based on the DB schema and improves a DB admin's workflow?

  • arminiOP 2 years ago

    Yes it’s a start & it helps optimize queries by suggesting alternatives

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection