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 :-). --- Talk Mailing List [email protected] https://gtalug.org/mailman/listinfo/talk
