This looks promising, i will look forward to the windows version, but the MacOSX as a first supported platform seems a bit odd, I used to think most DBA worked under Windows/Linux.
Show HN: TablePlus – A macOS client for relational databases
81–90 of 161 posts
Re: Show HN: TablePlus – A macOS client for relational databases
#82If you too are interested in such a thing, let me know.
Re: Show HN: TablePlus – A macOS client for relational databases
#83Looks quite nice. Currently stuck on pgAdmin 1.22, as I won't touch the "modern" Electron version of it.
I've recently discovered DBeaver, and am quite happy with it. https://dbeaver.jkiss.org/
Re: Show HN: TablePlus – A macOS client for relational databases
#84Been using it for a month now and I love the modern sleek interface. It's very similar to Postico (which is Postgres only unfortunately). One killer feature for me is that you can assign colors to connections. When you open a window this color is prominently displayed at the top, very useful for distinguishing production and dev. ⌘+P command prompt is also supported, like in Sublime Text. Some nice touches is that yo…
Re: Show HN: TablePlus – A macOS client for relational databases
#85They have somehow managed to write a 500-word article on their project, advertising that it's "built native", without mentioning which platforms it runs on. The answer appears to be "only macOS, maybe Windows later".
We planned to release a Windows version in Jan 2018. Unfortunately, we got trouble with Swift compiler on Windows (not officially supported, only Linux and Unix). We decided not to wait for Swift and rebuild all the whole thing in C/C#. That takes longer so we hope to release it soon
Re: Show HN: TablePlus – A macOS client for relational databases
#86Sorry but I'm gonna rain on your parade here. DBVisualizer already runs on Windows/Mac/Linux, connects to more databases, and implements just about every feature you're currently working on, plus all the ones you'll excitedly announce in the next few years -- like exporting data, query parameters, source table editing, charts, result set search, command-line interface, etc. https://www.dbvis.com/features/ Your screen…
Re: Show HN: TablePlus – A macOS client for relational databases
#87I would like to stay in the terminal even when working on a DB. But I never found a decent terminal based DB client with a GUI (TUI?). So I am writing my own at the moment. A terminal based database editor. It's a bit like vim for databases. If you too are interested in such a thing, let me know.
Re: Show HN: TablePlus – A macOS client for relational databases
#88What do they mean by native? That they are using macOS dev frameworks supplied by Apple, instead of a framework like Electron? If that is the case, how are they planning to have a Windows version?
Yes, we build it natively. There are tons of native applications: sublimes, Dropbox, chromes etc... and many ways to cross-platform. I don't want to spend 2GB for every electrons app (slack, vscode, database app...) so I build TablePlus natively. Basically, I split the project into 2 pieces. Logic and Interface. The logic can cross-platform because it is pure C/C++. Dropbox does the same way with djinni: https://gith…
Re: Show HN: TablePlus – A macOS client for relational databases
#89Looks great! But please put up some information about who makes it. The "about us" link doesn't go anywhere. Trust is critical for such a product.
Re: Show HN: TablePlus – A macOS client for relational databases
#90Are there other macOS apps that can read both MySQL and SQLite?