mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-29 12:06:01 +02:00
fix(sql): replace Mutex with RwLock to enable concurrent SQL execution (#1972)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
sql: patch
|
||||
---
|
||||
|
||||
Replace `Mutex` with `RwLock` to enable concurrent SQL execution.
|
||||
Reference in New Issue
Block a user