Show HN: Insomnia-like client for SQLite
rosefinchapp.com
Show HN: Insomnia-like client for SQLite
1–10 of 17 posts
Re: Show HN: Insomnia-like client for SQLite
#2Re: Show HN: Insomnia-like client for SQLite
#3It looks beautiful. How much work would it be to add support for more than just SQLite? Postgres would personally make me happy.
Re: Show HN: Insomnia-like client for SQLite
#4Until then, I'll have to get by with SQLime or DBeaver :(
Re: Show HN: Insomnia-like client for SQLite
#5Also curious if you did beta testing if you could tell us anything about what that process was like (e.g. finding people, collecting feedback on bugs or usability issues)
(Just curious since I'm working on a desktop app with similar pricing etc., not in the database space though)
Re: Show HN: Insomnia-like client for SQLite
#6Re: Show HN: Insomnia-like client for SQLite
#7I love this -- I would use this if there was Linux support! Until then, I'll have to get by with SQLime or DBeaver :(
Re: Show HN: Insomnia-like client for SQLite
#8As for SQLite GUIs, there is also the free open-source cross-platform SQLiteStudio. https://sqlitestudio.pl
Re: Show HN: Insomnia-like client for SQLite
#9Hi vdemedes—nice work! I'm curious whether you've considered putting this in the mac app store or not, or what your reasoning was around that. Also curious if you did beta testing if you could tell us anything about what that process was like (e.g. finding people, collecting feedback on bugs or usability issues) (Just curious since I'm working on a desktop app with similar pricing etc., not in the database space thou…
> I'm curious whether you've considered putting this in the mac app store or not, or what your reasoning was around that.
I haven't put it on Mac App Store for two reasons primarily:
1. I already figured out licensing, integration with Paddle, building and distribution for my previous app, so I was able to reuse 99% of it 2. I wanted to have full control over rolling out updates quickly in case a critical bug appears
> Also curious if you did beta testing if you could tell us anything about what that process was like
I tested it myself, because I was building this app for my needs, so I kind of knew exactly what I wanted it to do. I also received regular extensive feedback from a friend, who's also helped me shape the app a lot.
Re: Show HN: Insomnia-like client for SQLite
#10As for SQLite GUIs, there is also the free open-source cross-platform SQLiteStudio. https://sqlitestudio.pl
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 want to go that far, DB Browser for SQLite lets you save a work session. Whatever tabs of SQL you have open are preserved, and can be run again at will, the same as Rosefinch. You can also rename them from their default names, which are just SQL 1, SQL2, etc.
It does a lot, but stays out of your way.