this post was submitted on 20 Jul 2023
9 points (90.9% liked)

Docker

1080 readers
1 users here now

founded 1 year ago
MODERATORS
 

On my search i found SQLPad, but its a legacy project in maintenance mode, so you may know something better? (An container with both Database System and integraded Webgui would also work, as long its an classic sql language - but i don't know if something like this even exists besides phpmyadmin desktop version - and while writing this i noticed that there exist also a container for this one 😂 - but you may know a insider tip?)

top 6 comments
sorted by: hot top controversial new old
[–] anzo@programming.dev 6 points 1 year ago
[–] snakedrake@lemmy.world 3 points 1 year ago* (last edited 1 year ago)

Why do you want to use a web sql interface? Imo even the fancy proprietary offerings of companies like snowflake and databricks aren’t that great.

Better to use a regular database query tool like dbeaver https://dbeaver.io or datagrip https://www.jetbrains.com/datagrip/

But you can run PostgreSQL in docker https://hub.docker.com/_/postgres/. Looks like there’s a web ui tool also but never used it https://postgresqlstudio.org

[–] autokludge@programming.dev 1 points 1 year ago

Adminer was my choice in some old projects, haven't touched much new web dev in past few years.

[–] ishanpage@programming.dev 1 points 1 year ago

I use Adminer and PGWeb interchangeably

[–] Hexarei@programming.dev 1 points 1 year ago

I think dbgate supports running in a container

I can't attest to any of these but there are a few tools on this list that look to fit your request.

https://github.com/awesome-selfhosted/awesome-selfhosted#database-management

load more comments
view more: next ›