Lightweight SQLite Editor for Windows
github.com
Lightweight SQLite Editor for Windows
1–10 of 114 posts
Re: Lightweight SQLite Editor for Windows
#2Oh this looks good. I've been using: https://sqlitebrowser.org/
This seems to offer way more.
Re: Lightweight SQLite Editor for Windows
#3Was just looking for this! There is a decent viewer on the store (aka can install in a pinch while in S mode).
But you couldn't even copy paste!
Re: Lightweight SQLite Editor for Windows
#4Windows-only seems to me like the most rapidly shrinking market.
Re: Lightweight SQLite Editor for Windows
#5I've been wanting to dip my toes into old-school Win32 development for a while now, this codebase looks like a great example to pore over.
Re: Lightweight SQLite Editor for Windows
#6Windows-only seems to me like the most rapidly shrinking market.
What a selfish comment. Shame on you. It's open source. You don't like it, you're welcome to add support for another OS, or use something else.
Re: Lightweight SQLite Editor for Windows
#7Windows-only seems to me like the most rapidly shrinking market.
Don't worry the PC market is shrinking.
Re: Lightweight SQLite Editor for Windows
#8This is awesome! I've been looking for a good SQL Lite GUI!
A lot of times, I just want a tool to do ad-hoc CSV work, and don't want to fiddle with a terminal.
Re: Lightweight SQLite Editor for Windows
#9Windows-only seems to me like the most rapidly shrinking market.
haven't tried, but it almost certainly works fine in wine...
edit: tested it, and yes it works (though sometimes you have to resize window to get updates for some reason...)
Re: Lightweight SQLite Editor for Windows
#10At my last job, I built a SQLite editor as an internal tool with C++ and ImGUI. It had custom features/views for our custom needs.
It was super fun and the code was super easy to read and edit. Immediate mode made our job much easier.