Hey! I needed a simple to use self-hosted web ui for managing db data.
pgadmin is pretty complicated, adminer is pretty old-looking. Also, the stuff I need to do often feels doable by AI so I would like to have it integrated too.
So I created my own. Currently works with postgres only (as this is the only DB I use) and connects to groq (they've a free plan and I didn't look further), not against adding alternatives if there's some demand for it.
Dockerized, also pretty simple to run from source (implemented as a next.js app).
Comments URL: https://news.ycombinator.com/item?id=44249989
Points: 1
# Comments: 0