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.
# 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
