Skip to content

Releases: lukisch/SQLiteViewer

SQLite Viewer Pro v2.0.0

13 Feb 00:51

Choose a tag to compare

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