1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:08:12 +00:00
serenity/Userland/DevTools/SQLStudio
martinfalisse 061525282f SQLStudio: Execute statements in SQL server
Make the link between SQLStudio and the SQLServer so that statements
written in the editor window are executed by LibSQL when the 'Run'
button is clicked.
2022-06-30 12:22:45 +01:00
..
CMakeLists.txt DevTools: Introduce SQL Studio 2022-04-22 09:57:40 +02:00
main.cpp DevTools: Introduce SQL Studio 2022-04-22 09:57:40 +02:00
MainWidget.cpp SQLStudio: Execute statements in SQL server 2022-06-30 12:22:45 +01:00
MainWidget.h SQLStudio: Execute statements in SQL server 2022-06-30 12:22:45 +01:00
ScriptEditor.cpp LibGUI+Userland: Make Dialog::ExecResult an enum class 2022-05-13 16:27:43 +02:00
ScriptEditor.h DevTools: Introduce SQL Studio 2022-04-22 09:57:40 +02:00