What are some of the comparisons with MySqlWorkbench? It's the only one I have stuck around using so far, so looking to shop around for a different client to try.
Show HN: Beekeeper Studio – open-source, cross-platform SQL client
21–30 of 135 posts
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#22What are some of the comparisons with MySqlWorkbench? It's the only one I have stuck around using so far, so looking to shop around for a different client to try.
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#23Hey folks, This is a passion project from myself and a friend. Been looking for a slick and easy to use SQL client on Linux for a while (I wanted basically Sequel Pro, on Linux, for PSQL). Couldn't find what I wanted, so we made one ourselves. It's built on Electron using Vue.js - I know HN opinions on electron apps, but I've been surprised on how snappy the app is. It's fully open source (MIT), cross-platform (Linux…
Hey, it would be great if you published it to AUR (Arch Linux)!
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#24Hey folks, This is a passion project from myself and a friend. Been looking for a slick and easy to use SQL client on Linux for a while (I wanted basically Sequel Pro, on Linux, for PSQL). Couldn't find what I wanted, so we made one ourselves. It's built on Electron using Vue.js - I know HN opinions on electron apps, but I've been surprised on how snappy the app is. It's fully open source (MIT), cross-platform (Linux…
Quite cool! Nice work :) Why an app vs. full hosted given it's Electron?
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#25This is pretty cool! Better SQL clients are always welcome. I tried with Postgres 12 and ran into 2 issues - - jsonb columns don't seem to render properly... just get a "[object Object]". - One specific table refused to get list anything, and there was a red "Error" in the center of the listing UI.
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#26I got pretty excited about trying this out, since I've been using a no longer maintained (and pretty buggy) app called Sequel Pro. But, Beekeeper kind of seems slow/clunky? I ran a simple query in our prod DB that returned 906 rows x 60 columns – the app completely froze up and I couldn't even scroll down to the next few rows...
Can you file an issue so I don't forget?
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#27This is awesome. I love the simplicity. I tested it out with CockroachDB to satisfy my curiosity and it works perfectly, using the PostgreSQL driver. I think adding first-class support would be as easy as making a new driver that's the same as PostgreSQL but with a default port of 26257!
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#28This is amazing! And SSL option right off the bat too? Well done. Feature request for Postgres: it looks like this version mostly displays tables in the 'public' schema. Would be great if it could display all tables and views in all schemas present in the database
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#29Hey folks, This is a passion project from myself and a friend. Been looking for a slick and easy to use SQL client on Linux for a while (I wanted basically Sequel Pro, on Linux, for PSQL). Couldn't find what I wanted, so we made one ourselves. It's built on Electron using Vue.js - I know HN opinions on electron apps, but I've been surprised on how snappy the app is. It's fully open source (MIT), cross-platform (Linux…
> I wanted basically Sequel Pro, on Linux, for PSQL Have you seen http://sequeljoe.ohwg.net/ ? I'm also following https://github.com/ragnar-lodbrok/meow-sql closely, a C++/Qt port of the FOSS-but-Windows-only https://www.heidisql.com/ . But neither of these are really "fully baked" options. EDIT: This may have come across as the typical HN "middlebrow dismissal" so I just want to say, phenomenal work and a heartfelt…
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#30Nice work! I primarily use TablePlus, but it's lack of support for saved queries is a big downside, this could be great for that use case. A couple of UX things I've noticed, do with them what you will ;) - When clicking on a table, the more common expectation for me is for it to open that table in a new tab, or switch to an open tab already using that table. The dropdown with columns is nice, but feels secondary. -…
The click interaction is something I'm not sure about. Neither feel totally right. Still thinking about it.
It should fill when you open it. What DB are you using?