64

I'm looking for a SQLite graphical administration utility for Linux but I can't seem to find any (I found an extension for Firefox I'm not a user of that browser).

Is there any that you know of?

Raphael Ahrens
  • 9,701
  • 5
  • 37
  • 52
Jimmy
  • 643
  • 1
  • 5
  • 4

6 Answers6

58

I've been using sqlitebrowser, it is a really good option. Though probably not the only one!

On Ubuntu, it is available in the default package repositories.

sudo apt-get install sqlitebrowser

or as Snap package:

snap install sqlitebrowser
hc_dev
  • 129
  • 5
Huygens
  • 8,985
  • 3
  • 31
  • 36
  • Just installed. Current version is [3.12.2](https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.12.2) released on 2021-05-18. So I added a link and install examples for Ubuntu to the answer. – hc_dev Jul 19 '21 at 18:45
54

Tried Sqliteman? Look for sqliteman in your package manager. It is stable, so should be broadly available.

Nikita Kipriyanov
  • 1,398
  • 8
  • 13
rozcietrzewiacz
  • 38,754
  • 9
  • 94
  • 102
11

I've used the SQLiteStudio for working with sqlite3 database. It looks very well.

The project is maintained (as of 2018). For some reason it is not available in common packages repositories.

smonff
  • 189
  • 8
Al Che
  • 111
  • 1
  • 2
9

A friend and I made Beekeeper Studio because we wanted a modern, easy to use SQL gui client. I'm a full time Linux desktop user, so we care about Linux.

It's 100% open source! Hope someone finds it as useful as I do. Oh, it supports sqlite, MySQL, psql, etc.

enter link description here

Glorfindel
  • 805
  • 2
  • 10
  • 19
2

I have not used this yet but looks promising especially if you're looking for a web-based interface.

phpLiteAdmin

User
  • 2,197
  • 2
  • 20
  • 22
2

You can use for this purpose Valentina http://www.valentina-db.com/valentina-studio-overview, the program is free. It works on 3 OS: LIN, MAC, WIN. It works as with mySQL/mariaDB, so with PostgreSQL, SQLite and Valentina DB.

  • 2
    Welcome to Unix & Linux! Generally we like answers on the site to be able to stand on their own - Links are great, but if that link ever breaks the answer should have enough information to still be helpful. Please consider editing your answer to include more detail. See the [FAQ](http://unix.stackexchange.com/faq) for more info. – slm Apr 08 '13 at 11:02
  • 3
    Just to add: free, but not open source. The pro version is $199, and adds "Report Editor, Digram Editor, SQL Diff Wizard, Query Builder". (The free version seems to have just about everything else you'd normally need, though, and working with multiple DB engines is useful.) – Darren Cook Jul 13 '14 at 18:58