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…
I would also recommend DBeaver[1]. Cross-platform with really nice features. [1] https://dbeaver.io/
Show HN: Beekeeper Studio – open-source, cross-platform SQL client
81–90 of 135 posts
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#82Looks cool. I haven't taken an in-depth look yet, but what I noticed is that when I press CMD+W it closes the whole window, rather than the tab I am in. This will land me in some trouble if I ever decide to use it as my main tool.
Can you file an issue so I don't forget?
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#83Looks slick, does it support the SQLCipher variants of Sqlite?
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#84Earlier 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
#85I 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.
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#86Looks nice! Running on Ubuntu 18.04. I see a lot of promise, but I've found 2 big issues right away: 1. I can't see how to manually edit data in the tables 2. The pagination (bottom right) doesn't work at all
2. This should work just fine -- what db are you using? Can you file an issue with db information?
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#87Kudos for the effort, however for SQL server it faces the same issues as most other clients. connecting using an domain\user and password doesn't work which means i can't jump ship. Is there a reason it works flawlessly on datagrip and other tools like sqlprostudio but apps like tableplus and beekepper can't?
These were compromises I needed in order to ship it (it already took us a year to build).
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#88Nice. Excited to try it out. Been using Postico for a while and having to hit a keybind for auto complete suggestions has been a drag.
Got a chance to play with it. * Look into your JSON/JSONB column support. Right now it just returns [object Object]. * I dig the tab interface. * I REALLY like the summary view when you expand the table on the left. * Select auto complete wasn't working very well for me even with the table defined and ctrl+space was offering completely problemsome options. Excited to keep playing with it. Going to test it as a daily…
Yeah JSON / JSONB support coming soon (tm).
Auto-complete is a pet peeve. I'm using code-mirror for the editor and it has limitations. Can you screenshot what was not auto-completing?
I find it helps if I first define a table, then the selects auto-complete well:
select foo.
from foo
Re: Show HN: Beekeeper Studio – open-source, cross-platform SQL client
#89Looks like some nice, I'm a frequent Tableplus user, so nice to have a sleek multiplatform alternative. Quick Suggestions: * Snowflake, Bigquery, Azure support * A SQL linter (not easy!) Thanks for sharing!