Jump to content

SQLite Browser

From EDM2
Revision as of 17:22, 4 July 2016 by Reiknir (talk | contribs) (Created page with "right|250px SQLite Database Browser, also known as '''DB Browser for SQLite''', is an open source tool with a spreadsheet-like interface that all...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Prerequisites

Links

Authors

  • Justin Clift (Original author)
  • Elbert Pol (OS/2 port)