Live data from Hacker News

Sequel Pro – Open source macOS native MySQL GUI client

sequelpro.com

141–150 of 170 posts

Re: Sequel Pro – Open source macOS native MySQL GUI client

#141

Earlier quoted context omitted.

cyberduck, iina, adium, notational velocity, divvy, hex fiend, keka, xee, unicodechecker, textual, … That's just a subset of what I saw scanning my /Applications, and I don't specifically look out for replacing existing software with free (whether freedom or beer) applications.

> divvy, textual Neither of these are freeware?

Textual is open source https://github.com/Codeux-Software/Textual

Re: Sequel Pro – Open source macOS native MySQL GUI client

#142

Earlier quoted context omitted.

Fork is a great Git GUI with a very "Mac-like" interface (also available for Windows): https://git-fork.com I use it for some git operations when I would be slower on the command line, and I can highly recommend it. The UI is very polished! Bonus: I can open it from the command line with a simple "fork" command.

Thanks! I will try that over SourceTree! Do you know how it compares? Especially with other clients like Kraken / Tower?

I haven't really used any of the other clients long enough to give you a solid answer.

For me, Fork just works, I can scroll through the commits easily, file trees are available as a tab for each commit. The UI is very easy to use and discoverable, that's why I like it.

Re: Sequel Pro – Open source macOS native MySQL GUI client

#144
post #97
post #36

Projects like these should be celebrated through donations and this project makes it easy. When’s the last time you’ve seen freeware developer tool for macOS that’s not from a corporation with money to spare? I personally can’t think of anything beyond iTerm (utility), Homebrew (utility), ...aaand that's where my list ends.

I share the feeling. I'd just like to add IINA [1] to the list, it's an excellent video player and I use it daily. [1] https://iina.io/

Agreed! It also has youtube-dl built in so you can stream twitch/youtube videos in it pretty easily.

Re: Sequel Pro – Open source macOS native MySQL GUI client

#145
post #132

SequelPro is amazing and I used it for many many years. Now I’m using TablePlus which is a great paid client ($50 I think) and I love it. I really hope in the new era, we can have paid open source tools with some bounties for important bug fixes and UX improvements. That seems to be a very sustainable way to develop great software.

I love SequelPro but I've been thinking about switching to TablePlus from SequelPro for quite some time since SequelPro isn't available on Windows / Linux.

Do you know how TablePlus clients compare on Windows and Mac? Been wondering since they're both built natively instead of using cross platform development like Electron.

Re: Sequel Pro – Open source macOS native MySQL GUI client

#146

Earlier quoted context omitted.

Fork is a great Git GUI with a very "Mac-like" interface (also available for Windows): https://git-fork.com I use it for some git operations when I would be slower on the command line, and I can highly recommend it. The UI is very polished! Bonus: I can open it from the command line with a simple "fork" command.

Thanks! I will try that over SourceTree! Do you know how it compares? Especially with other clients like Kraken / Tower?

You should also give Sublime Merge a go. I'm mostly a CLI git user, but Sublime Merge is so lightweight (and intuitive to someone who knows git), it's had me using it quite a bit.

Re: Sequel Pro – Open source macOS native MySQL GUI client

#147
post #140
post #129

Earlier quoted context omitted.

What bug specifically? What is the symptom?

Not sure which the parent was referring to, but everytime I close it, it crashes.

In my experience, it's specifically every time you try to disconnect from a server. (I have connections set up for dev and production for a small project, and I try to keep the production connection open only when I need it...but if I open it, I need to keep it open or it crashes the whole app.)

Will try the test build.

Re: Sequel Pro – Open source macOS native MySQL GUI client

#148
post #66

Earlier quoted context omitted.

sadly neither postico nor tableplus can connect using an ssh certificate. this is becoming a big drawback in organisations switching to ssh certs instead of keys.

TablePlus definitely can connect using SSH certificate. I'm using it like that right now.

after pushing "over SSH" i see only importing a private key.

please note that i am talking about SSH certificate, not SSL certificate. https://ef.gy/hardening-ssh

Re: Sequel Pro – Open source macOS native MySQL GUI client

#149
post #36

Projects like these should be celebrated through donations and this project makes it easy. When’s the last time you’ve seen freeware developer tool for macOS that’s not from a corporation with money to spare? I personally can’t think of anything beyond iTerm (utility), Homebrew (utility), ...aaand that's where my list ends.

Another that comes to mind is Transmission.

Re: Sequel Pro – Open source macOS native MySQL GUI client

#150
post #136
post #70

Earlier quoted context omitted.

Until you try to actually use more than demo data and need to resort to tricks to sort out unresponsive rendering. I have no love for Electron. Still remember Active Desktop, MSHTML, XUL and Symbian Web Runtime. As someone that does both native and Web fullstack, the place for Web technologies is on the browser, with approaches like PWAs.

Sequel Pro's query dialog grinds to a screeching halt on my 2018 model MBP when there is more than 1500 lines of text in the box.

Naturally being native does not sort out everything if not coded properly.

The difference being that native solutions have better tooling to handle such cases, one just needs to actually learn how to use them.

In a future where Worklets and WebComponents with virtual tables are a standard browser feature, similar approaches can be done in the browser as well.

Post reply on HN