▲ | djsnoopy 12 hours ago | ||||||||||||||||
What does this have that the SQLite command line program doesn’t? Because every time I try one of these I go back to the cli. | |||||||||||||||||
▲ | owobeid 10 hours ago | parent | next [-] | ||||||||||||||||
Here's one use case: while I don't use this particular GUI, it really does help when you have some columns containing RTL text such as Arabic and you want to browse through a table. RTL handling in most terminal emulators I've used is really lacking, though I can't blame them. | |||||||||||||||||
| |||||||||||||||||
▲ | hochmartinez 5 hours ago | parent | prev | next [-] | ||||||||||||||||
Lots of things! It gives you sqlite superpowers. It makes you more productive and saves you lots if time. You can edit several databases at the same time. And editing them is far easier. For example, it generates and executes the sql code to add new columns for you. You can edit the data of several rows directly on a query response, as if It was a spreadsheet, just by clicking on a column value (or you can use a column value editor). Super handy. You can view and edit blobs. The sql editor has autocompletition and you can execute a statement just by having the cursor on this statement, so you can quickly test multiple independent queries in a single editor window. It shows the execution times, so you can easely compare the speed of several query strategies. You can view the query optimizer info by clicking a button. It supports several scripting lenguajes, and the list goes on and on. Check the features here: https://sqlitestudio.pl/features/ | |||||||||||||||||
▲ | dagw 5 hours ago | parent | prev | next [-] | ||||||||||||||||
Allows people who are not versed in SQL to interact with and edit sqlite files as if it was a spreadsheet (for better or worse) | |||||||||||||||||
▲ | googie 6 hours ago | parent | prev | next [-] | ||||||||||||||||
For example it has context-aware syntax autocompletion, easy D&D for tables between databases, and many more - you can see longer list at https://sqlitestudio.pl/features/ | |||||||||||||||||
▲ | rmbyrro 5 hours ago | parent | prev | next [-] | ||||||||||||||||
A good alternative to the sqlite cli is litecli [1]. I've been a happy user for quite some time. | |||||||||||||||||
▲ | kyawzazaw 11 hours ago | parent | prev | next [-] | ||||||||||||||||
UI is quite useful to me | |||||||||||||||||
▲ | dayeye2006 12 hours ago | parent | prev | next [-] | ||||||||||||||||
Maybe UI | |||||||||||||||||
▲ | emptiestplace 10 hours ago | parent | prev [-] | ||||||||||||||||
Agreed, rip the band-aid off folks. You will be so glad you did. |