ladybird/Userland
Timothy Flynn 30e745ffa7 LibWebView: Replace usage of LibSQL with sqlite3
This makes WebView::Database wrap around sqlite3 instead of LibSQL. The
effect on outside callers is pretty minimal. The main consequences are:

1. We must ensure the Cookie table exists before preparing any SQL
   statements involving that table.
2. We can use an INSERT OR REPLACE statement instead of separate INSERT
   and UPDATE statements.
2024-06-06 11:27:03 -04:00
..
Libraries LibWebView: Replace usage of LibSQL with sqlite3 2024-06-06 11:27:03 -04:00
Services Meta+CMake: Remove unused CMake functions and features 2024-06-05 12:23:54 -04:00
Utilities LibWebView: Replace usage of LibSQL with sqlite3 2024-06-06 11:27:03 -04:00
CMakeLists.txt