DBeaver is a bit clunky, but just too god to replace
Yeah, DBeaver used to be unusable, but it is quite decent these days. I was really unhappy with Datagrip, so I decided to give it another try and I am glad I did.
As far as this tool goes, I don’t love the idea of having my tools in the browser, so this won’t work for me, but it is a cool project nonetheless.
If anyone got this running in docker for example, I like to hear from you ;)
It’s an electron app that runs from the browser. Why would need it to run via docker?
An electron app still needs to be served by a web server, even if the actual business logic is all client-sideEDIT: Electron, not React…
No? This is a client-side electron app. You’d need something to load the initial files, but that’s it. There are no server-side running parts. Even still, there’s links in the project here to load up the app right there. Each Major browser has ways to “install” such apps from there.
Well, I assume there is a backend which takes care of securely connecting to the databases. That way I can connect the backend to the internal network where I can connect to the database, and without exposing the database port still use this from the browser.
Huh? This is a database client. There is no backend. You point it to a database, and it connects to the database. That’s all it does.
I’m not sure what other backend you may be referring to, but it will use whatever network your desktop is using for comms.
Are you sure? Because thats how dbgate works, and I thought this was similar.
Yup. This is just a straightforward client. Unfamiliar with dbgate but just looked at the docs. It’s also just a client as well. Unsure what other backend service you may have been referring to.
I had a brain fart and confused React with Electron…
Looks like it is provided here.
we are very excited about being part of the Claudflair team
Guess they’re so excited (and thrilled) that they forgot how to spell
How does it compare to Adminer?
It looks like outerbase studio is primarily written in typescript where adminer is php.
Was that an answer from ChatGPT?
i’m sorry Dave, i’m afraid i can’t do that.
or to chartDB
I’m getting flashbacks to phpmyadmin.
Cool!
Do you plan to support adbc?