mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:27:46 +00:00
DevTools: Introduce SQL Studio
SQL Studio is a graphical SQL manager program that allows the user to create and edit SQL scripts.
This commit is contained in:
parent
0cd5c6bd0f
commit
582539c570
7 changed files with 608 additions and 0 deletions
|
@ -2,6 +2,7 @@ add_subdirectory(Inspector)
|
|||
add_subdirectory(Playground)
|
||||
add_subdirectory(Profiler)
|
||||
add_subdirectory(HackStudio)
|
||||
add_subdirectory(SQLStudio)
|
||||
|
||||
if("${SERENITY_ARCH}" STREQUAL "i686")
|
||||
add_subdirectory(UserspaceEmulator)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue