Actually open local database in its client instead of shared one
This commit is contained in:
parent
df3c9cba8a
commit
56376569ae
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ impl DataManager {
|
|||
.await?;
|
||||
|
||||
let sqlite_client_local = ClientBuilder::new()
|
||||
.path(concat_os_str!(&data_dir, "/shared.sqlite"))
|
||||
.path(concat_os_str!(&data_dir, "/local.sqlite"))
|
||||
.flags(OpenFlags::SQLITE_OPEN_READ_WRITE | OpenFlags::SQLITE_OPEN_NO_MUTEX)
|
||||
.open()
|
||||
.await?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue