Live data from Hacker News

Show HN: Beekeeper Studio – open-source, cross-platform SQL client

beekeeperstudio.io

71–80 of 135 posts

Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client

#71
post #41

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…

So basically Datagrip?

Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client

#73
post #15

This 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?

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

#76
post #66

Earlier 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/

hopping on the train here - does anyone know an editor that can do editing of postgres enums? (i know you can't 'edit' an enum in postgres, but i would love a GUI that would 'allow' this. (i.e. in the background DROP CASCADE the enum, create a new one with the same name and new value, as well as restoring to previous dependencies that the old enum had)

Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client

#78

Earlier 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.

Well, it's open source, so he volunteers his time. Maybe the feedback should have been filled to Github in the first place? Certainly he is not lazy if asking to do a favor but probably busy with something else.

Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client

#79
post #69
post #66

Earlier 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.

I like a lot of the paid tools, but I just feel like open databases deserve open tools. DBeaver is great for DBAs.

Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client

#80

Earlier 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?

Working on it!
Post reply on HN