Browse SQLite files
Bobby lets you open SQLite database files (.db, .sqlite) and browse the tables inside. Handy for app development or inspecting downloaded databases.
Bobby is designed and built for the GNOME platform. Available on Flathub.
flatpak install flathub studio.planetpeanut.Bobby# Build with Meson
meson setup build
ninja -C build
sudo ninja install -C buildHave fun, and don't forget to sanitize your database inputs! :)
– Hylke
