This is a single‑file, read‑only bydefault SQLite viewer built with Python and Tkinter. It deliberately avoids bloat: you drop in a .db / .sqlite file, and you’re browsing tables, writing queries with ...
SQL Viewer is a read-only Obsidian plugin for inspecting local SQLite database files with .sqlite, .sqlite3, and .db extensions. It is intentionally narrow: table and view browsing, schema/source ...
SQLite has an incredibly small footprint. The database itself, its DLLs and the complimentary diff and analyzer tools are less than 15 MB in size. It's perfect for small mobile devices, advanced ...