DB Browser Looks Like 1995
Qt interface from another era. No dark mode, no modern design, no AI assistance.
DB Browser for SQLite works, but it looks like 1995. QueryGlow gives your .db files a modern interface with AI-powered queries, Safe Mode, and web access.
It works. But "works" isn't the same as "good."
Qt interface from another era. No dark mode, no modern design, no AI assistance.
Can't access your SQLite files from your phone, tablet, or a remote server. Stuck on one machine.
Run DELETE without WHERE? It just executes. No confirmation, no protection, no undo.
Need to also work with MySQL or Postgres? Now you need a second tool. Or third.
Everything you need to work with SQLite files productively.
Mount your directory to Docker and access .db, .sqlite, or .sqlite3 files instantly. Files sandboxed to /app/data for security.
Describe queries in plain English. QueryGlow generates SQLite-compatible SQL using OpenAI, Claude, or Gemini. Your API keys.
Blocks DROP DATABASE (always), prevents DELETE/UPDATE without WHERE, auto-limits SELECT to 1000 rows. On by default.
Double-click any cell to edit. Enter to save, Escape to cancel. Immediate database update. Add and delete rows too.
Import with INSERT, UPSERT, or REPLACE strategies. Export with formula sanitization to prevent injection attacks.
Every query saved with execution time. Last 1000 queries per connection. Never lose that query you ran yesterday.
Mount your directory and access .db files in minutes.
services:
queryglow:
build: .
ports:
- "3000:3000"
volumes:
# Mount your SQLite files directory
- /path/to/your/databases:/app/data
environment:
- SESSION_SECRET=your-secret-key
- DATA_DIR=/app/dataCreate a connection with /app/data/yourfile.db as the database path. Files are sandboxed to /app/data for security.
| Feature | DB Browser | QueryGlow |
|---|---|---|
| UI Design | Legacy Qt (dated) | Modern React + Tailwind |
| AI SQL Generation | None | OpenAI, Claude, Gemini |
| Safe Mode | None | Blocks destructive queries |
| Access Method | Desktop app only | Web browser (any device) |
| Multi-DB Support | SQLite only | 6 databases included |
| Inline Cell Editing | Yes | Yes |
| CSV Import Strategies | Basic | INSERT / UPSERT / REPLACE |
| Query History | Session only (lost on close) | Persistent (1000 per connection) |
| Dark Mode | Limited | Full dark/light themes |
| Price | Free ✓ | $79 lifetime |
DB Browser
Legacy Qt (dated)
QueryGlow
Modern React + Tailwind
DB Browser
None
QueryGlow
OpenAI, Claude, Gemini
DB Browser
None
QueryGlow
Blocks destructive queries
DB Browser
Desktop app only
QueryGlow
Web browser (any device)
DB Browser
SQLite only
QueryGlow
6 databases included
DB Browser
Yes
QueryGlow
Yes
DB Browser
Basic
QueryGlow
INSERT / UPSERT / REPLACE
DB Browser
Session only (lost on close)
QueryGlow
Persistent (1000 per connection)
DB Browser
Limited
QueryGlow
Full dark/light themes
DB Browser
Free ✓
QueryGlow
$79 lifetime
Honest note: DB Browser for SQLite is free and works offline. If you just need basic viewing and don't care about AI, web access, or Safe Mode—it's a fine tool. QueryGlow is for developers who want a modern experience.
QueryGlow isn't SQLite-only. Your $79 license includes all six databases with unlimited connections.
$79 once. All six databases included. Safe Mode. AI-powered.