ladybird/Userland/DevTools/SQLStudio
Timothy Flynn 5822520e6d SQLStudio: Add an option to select or specify the database to connect to
This adds a combo box to the action toolbar to allow for entering a
database name manually or selecting from the list of existing databases.
The action to run a script is now disabled while we are not connected to
a database.
2022-12-30 14:17:18 +01:00
..
CMakeLists.txt SQLStudio: Convert SQLStudio to GML 2022-12-30 14:17:18 +01:00
main.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
MainWidget.cpp SQLStudio: Add an option to select or specify the database to connect to 2022-12-30 14:17:18 +01:00
MainWidget.h SQLStudio: Add an option to select or specify the database to connect to 2022-12-30 14:17:18 +01:00
ScriptEditor.cpp SQLStudio: Protect against possible crash when saving an empty file 2022-12-30 14:17:18 +01:00
ScriptEditor.h sql+SQLStudio: Recover from errors preparing SQL statements 2022-12-30 14:17:18 +01:00
SQLStudio.gml SQLStudio: Convert SQLStudio to GML 2022-12-30 14:17:18 +01:00