Why does the sqlite database browser freeze and not give an error?

When using SQLite Database Browser, if I do not use the correct syntax, the whole program freezes instead of an error message. Does anyone else come across this, and if so, around this? The only way around this is to make me quit the whole application and start over.

Otherwise, is there a better sqlite free query browser I could use for simple queries?

Thanks.

+6
source share
1 answer

Well, the supposed answer is that the SqLite Database Browser sucks and does not work fully. I will try some of the other sqlite free browsers and try my luck.

+9
source

Source: https://habr.com/ru/post/909969/


All Articles