mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
65ddd0553b
We will use sqlite3 as a replacement for LibSQL. Using a tried-and-true database will allow us to avoid maintaining our an incomplete, non-ACID, and less performant implementation. It also means we do not have to launch and manage the singleton SQLServer process.
11 lines
127 B
JSON
11 lines
127 B
JSON
{
|
|
"dependencies": [
|
|
"sqlite3"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"name": "sqlite3",
|
|
"version": "3.45.3"
|
|
}
|
|
]
|
|
}
|