←back to thread

676 points __bb | 3 comments | | HN request time: 0.016s | source

I recently released v3 of Base, my SQLite editor for macOS.

The goal of this app is to provide a comfortable native GUI for SQLite, without it turning into a massive IDE-style app.

The coolest features are

- That it can handle full altering of tables, which is quite finicky to do manually with SQLite.

- It has a more detailed display of column constraints than most editors. Each constraint is shown as an icon if active, with full details available on clicking the icon.

This update also adds support for attaching databases, which is a bit fiddly with macOS sandboxing.

I'd love to hear any feedback or answer any questions.

Show context
packetlost ◴[] No.45014671[source]
What does this offer over sqlitebrowser? https://sqlitebrowser.org/
replies(9): >>45014684 #>>45014718 #>>45014739 #>>45014746 #>>45014749 #>>45014786 #>>45015293 #>>45015516 #>>45022786 #
vsl ◴[] No.45014749[source]
Polish and decent UI...
replies(1): >>45015183 #
1. packetlost ◴[] No.45015183[source]
I find the sqlitebrowser UI to be perfectly fine. It's not pretty, but it's a tool so who cares.
replies(2): >>45015224 #>>45015716 #
2. dewey ◴[] No.45015224[source]
People care about the tools they are using a lot and spend a great deal of time on finding the perfect knife, the perfect editor, the perfect scissors.
3. latexr ◴[] No.45015716[source]
> It's not pretty, but it's a tool so who cares.

People who care about their tools. If I have to stare at it all day, being pleasant on the eyes is a feature. If every time I grab my tool I think “urk, this is so ugly”, it affects my flow.