Earlier quoted context omitted.
Switch to Sequel Pro nightly build. You can install it with homebrew. It’s very stable despite the nightly moniker. I haven’t had a single issue with it and it resolved several issues I was having with the regular release.
The nightlies have a lot of UI bugs, Filtering options disappear randomly, the left column is kinda weird etc. But still with all those UI bugs I prefer it over any other client.
Show HN: Beekeeper Studio – open-source, cross-platform SQL client
121–130 of 135 posts
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#122Earlier quoted context omitted.
TablePlus is my favorite one after trying most of those https://tableplus.com/
Once they publish the docs for how to build plugins, TablePlus is going to be the obvious choice. I can't wait for my database browser to have charting!
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#123I couldn't find any way to change schema in Postgres, and it seems like it only lists tables in the public schema by default. That does unfortunately break it entirely if you use schemas at all.
Yep. This was a compromise I made in order to launch (it took us a year to build it part time even then). Coming soon I promise!
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#124Maybe boringssl is too new for my version of mysql supported tls protocol versions?
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#125Earlier quoted context omitted.
Passion aside, how do you plan to monetize?
There are plenty of opportunities to monetize once there are lots of users. I think with FOSS it's more important to outline how I'm NOT going to monetize. For us that means never charging for core features, eg having 'CE' vs 'EE', and never doing anything sketch with personal data.
> never doing anything sketch with personal data.
Does not compute.
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#126For anyone chancing on this thread, here's my recap. Note that I have little experience with these, so am trying to summarize, not give my own verdict. Competition: - DataGrip (~$150/yr, Clunky, Powerful) - TablePlus ($50, Pretty, Useful) - DBeaver (Free version, Clunky, Powerful) - SQuirrel (Free, Clunky, Usable) - Heidi (Free, Clunky, Usable) - Postico ($40, Pretty, Mac + Postgres only) - http://sequeljoe.ohwg.net…
Good FOSS dbs deserve good FOSS tooling. We're still light on features, but electron let's us move very quickly.
Good round up.
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#127Tried connecting to MySQL 5.6.10a RDS Aurora cluster with username/password and SSL enabled, much as I'm able to do with other clients, but handshake fails with `140230041270248:error:100000f0:SSL routines:OPENSSL_internal:UNSUPPORTED_PROTOCOL:../../third_party/boringssl/src/ssl/handshake_client.cc:568` Maybe boringssl is too new for my version of mysql supported tls protocol versions?
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#128For anyone chancing on this thread, here's my recap. Note that I have little experience with these, so am trying to summarize, not give my own verdict. Competition: - DataGrip (~$150/yr, Clunky, Powerful) - TablePlus ($50, Pretty, Useful) - DBeaver (Free version, Clunky, Powerful) - SQuirrel (Free, Clunky, Usable) - Heidi (Free, Clunky, Usable) - Postico ($40, Pretty, Mac + Postgres only) - http://sequeljoe.ohwg.net…
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#129Looks nice and I've been looking for a client that works with SQL Server and Postgres for a while now. Giving it a try for sure. Feedback: 1) When I first setup a connection and save it, the modal stays there, should probably be dismissed at that point 2) It wasn't clear how to connect, so I double clicked which worked. Maybe an explicit 'connect' button next to each connection would be nice. 3) I really like how aft…