Very cool! I’ve been looking for a decent cross-platform SQL client for a while, so I can’t wait to try this out tomorrow. In case anyone is curious, here’s what I’ve tried so far: - DataGrip: bulky, slow, bugs never get fixed, non-FOSS - Azure Data Studio: great interface, but no MySQL or SQLite support - phpMyAdmin: clumsy, lacking in features, requires a web server—I’m really not the target demographic for this on…
Show HN: Beekeeper Studio – open-source, cross-platform SQL client
71–80 of 135 posts
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#72I can't be the only person who was disappointed that this isn't Trello for Beekeepers.
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#73This 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.
Good catches! Can you file a GitHub issue so I don't forget?
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#74Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#75And here I am working on a Beekeeping app that I was going to call that. I guess I'll call it SQL Studio instead.
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#76Earlier quoted context omitted.
I have a couple of feature requests that nothing else seems to be able to do: 1. Parameterised queries (ideally with an ability to customise the syntax for the placeholders - we use :param for named parameters). All of our production queries are parameterised, and it would be awesome to be able to copy and paste them into this kind of tool, and run them unmodified. Especially as they sometimes use the same parameter…
Just in case you are not aware of it, DataGrip can do all these things: https://www.jetbrains.com/datagrip/
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#77Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#78Earlier quoted context omitted.
Good catches! Can you file a GitHub issue so I don't forget?
Not that it's a big thing, but seems weird to put the responsibility about you not forgetting something, on the person leaving the feedback, rather than just filing the issue yourself.
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#79Earlier quoted context omitted.
Just in case you are not aware of it, DataGrip can do all these things: https://www.jetbrains.com/datagrip/
I use Rider daily and pay for it, but I found the price tag for DataGrip to be pretty steep considering what I typically use a SQL client for (running ad hoc queries mostly). The competition is not great on MacOS either so I've been using Azure Data Studio and dbBeaver mostly and not really happy with this state of affairs either. Excited to see a fresh new attempt in this space.
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#80Earlier quoted context omitted.
Hoping to! It's built with electron-builder and there's no plugin for aur yet, so will have to manually figure it out. I'm very pro Linux.
I tried out your app, and it's awesome! Simple and solves my need. Can you add a setting to zoom?