Add a SQLite database backend #265

Merged
wojtek merged 20 commits from 248---replace-json-file-as-a-database-with-sqlite into main 2025-01-12 10:24:53 +01:00
Showing only changes of commit dce2756e7e - Show all commits

View File

@ -4,6 +4,19 @@
### Pre-requisites ### Pre-requisites
#### database-sqlite
This feature requires the `sqlite` library.
Either install system libraries: with
On Fedora:
``` sh
sudo dnf install sqlite-devel
```
Or use a bundled version by enabling the `database-sqlite-bundled` feature.
#### musicbrainz-api #### musicbrainz-api
This feature requires the `openssl` system library. This feature requires the `openssl` system library.