ladybird/Ladybird/SQLServer
Timothy Flynn 2cb3ae132a Ladybird: Implement SQLServer for Ladybird :^)
This adds a SQLServer binary for Ladybird to make use of Serenity's SQL
implementation. This has to use the same IPC socket handling that was
used to make WebContent and WebDriver work out-of-process.

Unlike Serenity, Ladybird creates a new SQLServer instance for each
Ladybird instance. In the future, we should try to make sure there is
only one SQLServer instance at a time, and allow multiple Ladybird
instances to communicate with it.
2022-12-25 07:58:58 -07:00
..
CMakeLists.txt Ladybird: Implement SQLServer for Ladybird :^) 2022-12-25 07:58:58 -07:00
main.cpp Ladybird: Implement SQLServer for Ladybird :^) 2022-12-25 07:58:58 -07:00