Releases: lukisch/SQLiteViewer
Releases · lukisch/SQLiteViewer
SQLite Viewer Pro v2.0.0
SQLite Viewer Pro v2.0.0
Lightweight, zero-dependency SQLite database browser built with Python and Tkinter.
Features
- Table Browser - Browse all tables with sortable data grid
- Schema View - Inspect CREATE TABLE statements with syntax highlighting
- SQL Editor - Execute custom queries with syntax highlighting
- Full-Text Search - Search across all columns in real-time
- CSV Export - Export any table or query result
- Keyboard Shortcuts - Ctrl+O, Ctrl+F, Ctrl+E, F5, F9
Requirements
- Python 3.10+
- No additional dependencies (pure Python stdlib)
Quick Start
git clone https://github.com/lukisch/SQLiteViewer.git
cd SQLiteViewer
python SQLiteViewer.py