serenity/Meta/CMake
Jan de Visser a034774e3a LibSQL+SQLServer: Build SQLServer system service
This patch introduces the SQLServer system server. This service is
supposed to be the only process/application talking to database storage.
This makes things like locking and caching more reliable, easier to
implement, and more efficient.

In LibSQL we added a client component that does the ugly IPC nitty-
gritty for you. All that's needed is setting a number of event handler
lambdas and you can connect to databases and execute statements on them.

Applications that wish to use this SQLClient class obviously need to
link LibSQL and LibIPC.
2021-07-08 17:55:59 +04:30
..
ConfigureComponents Meta: Add the ConfigureComponents utility 2021-07-06 21:54:51 +02:00
all_the_debug_macros.cmake LibSQL+SQLServer: Build SQLServer system service 2021-07-08 17:55:59 +04:30
utils.cmake Meta: Add support for declaring components 2021-06-17 11:03:51 +02:00
wasm_spec_tests.cmake Meta: Run the Wasm spec tests in CI 2021-05-27 17:28:41 +04:30