I am taking a Python ML Pandas class and we are pulling data from databases. It has been along time since I exercised my SQL skills. Can anyone recommend an easy visual query builder that is popular these days?
1 Like
DB Browser for SQLite is decent if specific. https://sqlitebrowser.org/
All the other ones I might have used seem to have gone away since I last used them, only to be replaced with something new. This looks promising, and quite nice. https://dbeaver.io/
Edit: I had this bookmarked, but I don’t have it installed anywhere currently (probably used it in a VM at the time.) Also looks decent. https://www.beekeeperstudio.io/
1 Like
@PHolder Thank you very much! I love the open source options!
1 Like