[db] Add cli parameter to overwrite path to SQLite extension

This will allow pointing to the locally build (and not installed) owntone SQLite extension during development and local testing.
This commit is contained in:
Christian Meffert
2024-10-03 07:55:25 +02:00
committed by Alain Nussbaumer
parent ce3c617023
commit 9fbd07a75d
3 changed files with 17 additions and 7 deletions

View File

@@ -1029,7 +1029,7 @@ void
db_perthread_deinit(void);
int
db_init(void);
db_init(char *sqlite_ext_path);
void
db_deinit(void);