GitHub - outerbase/studio: A lightweight Database GUI in your browser. It supports connecting to Postgres, MySQL, and SQLite.
Markaos @ Markaos @discuss.tchncs.de Posts 0Comments 53Joined 8 mo. ago
Markaos @ Markaos @discuss.tchncs.de
Posts
0
Comments
53
Joined
8 mo. ago
The browser version cannot connect to Postgres without a server-side part, for rather obvious reasons - you can't just make arbitrary network connections from the browser. Electron build is of course different, as that doesn't have to deal with the browser sandbox.
By the way, here's a similar issue documented in Outerbase's repo:
Not gonna lie, telling people how they need to get educated on stuff you don't understand ticks me off.