Favourite GUI tool for SQLite?

I hear pgAdmin is GUI tool of choice for PostgreSQL. Is there similar thing for SQLite? I am using "SQLite Manager" add-on for Firefox, only because that's what co-workers use. But, I'm curious what the experts use. -- William

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I use "DB Browser for SQlite", in the repositories as "sqlitebrowser". Good for lightweight browsing to look at a table or row; probably not so good for mass data entry. - --Bob. On 2017-06-15 01:19 AM, William Park via talk wrote:
I hear pgAdmin is GUI tool of choice for PostgreSQL.
Is there similar thing for SQLite? I am using "SQLite Manager" add-on for Firefox, only because that's what co-workers use. But, I'm curious what the experts use.
- -- Bob Jonkman <bjonkman@sobac.com> Phone: +1-519-635-9413 SOBAC Microcomputer Services http://sobac.com/sobac/ Software --- Office & Business Automation --- Consulting GnuPG Fngrprnt:04F7 742B 8F54 C40A E115 26C2 B912 89B0 D2CC E5EA -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Ensure confidentiality, authenticity, non-repudiability iEYEARECAAYFAllCH3AACgkQuRKJsNLM5erQ1QCfU+niiI30c/6ZBGqXoQCzy9Ik DRsAoPoZnfrrkkv6l2c+hB4kMyu9k6cb =Rntz -----END PGP SIGNATURE-----

William Park via talk wrote:
I hear pgAdmin is GUI tool of choice for PostgreSQL.
Is there similar thing for SQLite? I am using "SQLite Manager" add-on for Firefox, only because that's what co-workers use. But, I'm curious what the experts use.
I like SQLite Studio <https://sqlitestudio.pl/index.rvt> as a good GUI tool. But I usually have to analysis the data that lives in the database so I just use a Jupyter notebook and Pandas. -- Have an awesome day, and happy open-sourcing :-).

On 2017-06-15 01:19 AM, William Park via talk wrote:
I hear pgAdmin is GUI tool of choice for PostgreSQL.
Is there similar thing for SQLite?
When I recently needed to look at an SQLite database I discovered that my distro had available a program called sqlitebrowser. There might be better programs out there to do the same job but it is what I had readily available and it works. -- Cheers! Kevin. http://www.ve3syb.ca/ |"Nerds make the shiny things that distract Owner of Elecraft K2 #2172 | the mouth-breathers, and that's why we're | powerful!" #include <disclaimer/favourite> | --Chris Hardwick

I use - even when it's not a spatial database - SpatialiteGUI. It's not very powerful, but has just enough features for me. Stewart
participants (5)
-
Bob Jonkman
-
Kevin Cozens
-
Myles Braithwaite
-
Stewart C. Russell
-
William Park