Introduction
SQLite Studio is a professional, offline-first desktop application designed for efficient database management. It combines a powerful SQL editor with a visual schema designer to provide a complete development environment for SQLite.
Learn how to make the most of SQLite Studio.
SQLite Studio is a professional, offline-first desktop application designed for efficient database management. It combines a powerful SQL editor with a visual schema designer to provide a complete development environment for SQLite.
You can install SQLite Studio using the latest setup installer or use the portable version:
SQLite Studio makes it easy to work with multiple databases:
Ctrl+O or the toolbar to open existing
.db, .sqlite, or .sqlite3 files.Ctrl+N.The editor is powered by Monaco (the same engine as VS Code):
Ctrl+Enter.Visualize your data structure automatically:
Missing a feature or found a bug? Check out the Issues page on GitHub.