Show HN: Beekeeper Studio – open-source, cross-platform SQL client
11–20 of 135 posts
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#12Hey 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
#13Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#14I 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
#15I 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
#16But, 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...
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#17I 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...
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#18Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#19Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#20Hey 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…