Live data from Hacker News

Show HN: Insomnia-like client for SQLite

rosefinchapp.com

11–17 of 17 posts

Re: Show HN: Insomnia-like client for SQLite

#11
post #10
post #6

As for SQLite GUIs, there is also the free open-source cross-platform SQLiteStudio. https://sqlitestudio.pl

SQLite is a big part of our tool chain, and has been very good to us. We’ve been using DB Browser for SQLite[1] for several years. It runs on Windows, Mac, and Linux. Rosefinch looks nice, but I’m not seeing a real use case. If I had a bunch of queries I was always running, I’d probably just make them views, available to me in any client, including the command line. (Sometimes the command line is best.) If I didn’t w…

I love DB Browser for SQLite. Wish there was something similar for Postgres.

Re: Show HN: Insomnia-like client for SQLite

#12
post #10
post #6

As for SQLite GUIs, there is also the free open-source cross-platform SQLiteStudio. https://sqlitestudio.pl

SQLite is a big part of our tool chain, and has been very good to us. We’ve been using DB Browser for SQLite[1] for several years. It runs on Windows, Mac, and Linux. Rosefinch looks nice, but I’m not seeing a real use case. If I had a bunch of queries I was always running, I’d probably just make them views, available to me in any client, including the command line. (Sometimes the command line is best.) If I didn’t w…

That's cool, if that app works for you, keep using it.

I'm not trying to convince anyone to switch or use Rosefinch anyway. I built it because I needed it exactly like this and shared it here in case there's someone else who wants something like this too.

Re: Show HN: Insomnia-like client for SQLite

#17

Nice work! I really like the clean interface. I've been using TablePlus for the past year and it works nice but I feel the UI could be a little better, like yours for example. Any plans to support MySQL or Postgres?

Thank you! Yes, working on it right now.
Post reply on HN