jogai_san@lemmy.world to Selfhosted@lemmy.worldEnglish · 7 days agoGitHub - outerbase/studio: A lightweight Database GUI in your browser. It supports connecting to Postgres, MySQL, and SQLite.github.comexternal-linkmessage-square42fedilinkarrow-up1189arrow-down13
arrow-up1186arrow-down1external-linkGitHub - outerbase/studio: A lightweight Database GUI in your browser. It supports connecting to Postgres, MySQL, and SQLite.github.comjogai_san@lemmy.world to Selfhosted@lemmy.worldEnglish · 7 days agomessage-square42fedilink
minus-squareJakenVeina@lemm.eelinkfedilinkEnglisharrow-up1·4 days agoSick. I’ve tried a few times in the past to find a frontend for postgres that I liked, and was never able to. Will have to give this a try.
minus-squarejogai_san@lemmy.worldOPlinkfedilinkEnglisharrow-up2·edit-24 days agoSame. Only thing is, when I run it the postgresql driver is ‘invalid’. But I’m trying with an older version, like this: docker run --rm -it --name outerbase --network host -h outerbase.local chewcw/outerbase-studio:v0.9.2
Sick. I’ve tried a few times in the past to find a frontend for postgres that I liked, and was never able to. Will have to give this a try.
Same.
Only thing is, when I run it the postgresql driver is ‘invalid’. But I’m trying with an older version, like this:
docker run --rm -it --name outerbase --network host -h outerbase.local chewcw/outerbase-studio:v0.9.2