SQL editor | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
+ 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