Execute SQLite queries in Notepad++

preview_player
Показать описание
This video shows how we can use notepad++ to type and execute SQLite queries. We just need to create a .bat file for commands to execute SQLite script from a .SQL file.
Credits :
Music : YouTube Music
Рекомендации по теме
Комментарии
Автор

Thanks. But the above .bat file didn't work for me.

Using the line "sqlite3.exe Sample.db ".read %1" instead of <%1 got it to operate

adamhopkins
Автор

This is titled "Execute SQLite Queries in Notepad++". But you have added Python to the process. Does that mean that I must also have Python to run SQLite in Notepad++?

knotmyline