Beekeeper Studio made it to the top of HN a few weeks ago - here is the thread (still relevant):<p><a href="https://news.ycombinator.com/item?id=23091384" rel="nofollow">https://news.ycombinator.com/item?id=23091384</a>
Here's the thing that bugs me about the JavaScript ecosystem. This is a database manager, so it's presumably going to be connecting to pretty sensitive systems, with pretty sensitive credentials. Do you think the developers have audited all of these dependencies? Do you think they <i>can have possibly</i> audited all of these dependencies?<p><a href="https://github.com/beekeeper-studio/beekeeper-studio/blob/master/yarn.lock" rel="nofollow">https://github.com/beekeeper-studio/beekeeper-studio/blob/ma...</a>
I like the idea, but the execution seems rather bad. If I try to connect to my Postgres server, it can't find a single table in any database, even though I know there are tables and I know that other clients can fetch them. It also seems to say "undefined rows affected" on all SELECTs.
I looked at this the other day, and put in a feature request.<p>I have a personal copy of SQLYog ultimate, which for the most part I love. Of course I want something (open source) has a similar UX with quickly accessing rows, and being able to switch between query results and table row view. And being able to do import and exports with options. This would be to help people at work. The OSS and free packages out there are not very friendly IMHO.
Filed minor bug report about tiny/disappearing scroll bars last time this showed up here. Authors took it seriously and pushed a change very quickly. Thanks!
Looks nice. Does it support update and insert operations on views (using INSTEAD OF triggers)? That's a feature that led me to DBeaver, which I'm liking a lot.