SQLite Browser
Appearance

SQLite Database Browser, also known as DB Browser for SQLite, is an open source tool with a spreadsheet-like interface that allows you to visually used to create, search, design and edit database files compatible with the SQLite database.
Controls and wizards are available for users to:
- Create and compact database files
- Create, define, modify and delete tables
- Create, define and delete indexes
- Browse, edit, add and delete records
- Search records
- Import and export records as text
- Import and export tables from/to CSV files
- Import and export databases from/to SQL dump files
- Issue SQL queries and inspect the results
- Examine a log of all SQL commands issued by the application
Version
- Last known version: SQLite Browser 3.8.0 (2016-06-12)
- Prerequisites
Links
Authors
- Justin Clift (Original author)
- Elbert Pol (OS/2 port)