←back to thread

676 points __bb | 1 comments | | HN request time: 0.21s | 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
andyferris ◴[] No.45019250[source]
Is there a proton/wine-like thing that lets me try MacOS apps on Linux or Windows?
replies(1): >>45019561 #
1. viraptor ◴[] No.45019561[source]
In practice - no. There's Darling https://darlinghq.org/ but it only supports basic cli things for now. There was some idea for gui support https://github.com/darlinghq/darling-appkit-gui but that is not working and the project is very incomplete.

Nobody else is working on the GUI side. I can tell because I'm working on the ibtool replacement and none of the relevant constants or required code exists anywhere on Google. It's a complete reverse engineering from scratch for anything added in the last decade.