Add a SQLite database backend #265
13
README.md
13
README.md
@ -4,6 +4,19 @@
|
||||
|
||||
### 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
|
||||
|
||||
This feature requires the `openssl` system library.
|
||||
|
Loading…
x
Reference in New Issue
Block a user