13

I'm looking for a really simple GUI that interfaces with an SQLite database to facilitate editing/searching a single table, which includes:

  • Editing the table in tabular format, like a spreadsheet (not requiring the extra clicks to edit individual fields)

  • "live search" filtering of the table

I currently use the SQLite Manager Firefox add-on but it doesn't provide either feature.

Giacomo1968
  • 58,727
Jason S
  • 7,944

7 Answers7

4

SQLite Database Browser

enter image description here

SQLite Database Browser is a freeware, public domain, open source visual tool used to create, design and edit database files compatible with SQLite. It is meant to be used for users and developers that want to create databases, edit and search data using a familiar spreadsheet-like interface, without the need to learn complicated SQL commands. 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

Download: V1.3 - or - v2.0 beta1

tao
  • 1,445
3

sqlite-gui is the most simplest GUI for Windows. I'm the author.

Features

... and more

enter image description here

3

There is a related question on StackOverflow.

Synetech
  • 69,547
1

There are online tools to query SQLite databases:

Cyril
  • 11
1

I love DbVisualizer and Squirrel SQL -- both are great tools, and are compatible with sqlite.

Check out this page for info about DbVis's graphical table editing features.

allquixotic
  • 34,882
0

Check out TablePlus, it's a native app with sleek UI that works well with SQLite.

Also, check out the simple guide to using TablePlus

hong
  • 1
0

SQLite Studio - cross platform free software (GPL license).

enter image description here

enter image description here

MarianD
  • 2,726