SQL editor | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

SQL editor

Please advise me on an SQL editor which does not need internet access when dealing with a localhost database. I tried popsql and it always needs an internet connection to work

28th Aug 2020, 2:57 PM
Brian Muchai
Brian Muchai - avatar
1 Answer
+ 2
Python SQL-Alchemy and SQLite come with the Anaconda. https://www.anaconda.com/products/individual There is also DB Browser for SQLite: https://sqlitebrowser.org/ Others: https://www.geckoandfly.com/34197/free-sql-editor/
28th Aug 2020, 3:05 PM
Steven M
Steven M - avatar