fix(sql): replace Mutex with RwLock to enable concurrent SQL execution (#1972)

This commit is contained in:
阿良仔
2024-10-26 19:19:59 +08:00
committed by GitHub
parent 77149dc432
commit 4341d7f500
3 changed files with 16 additions and 13 deletions
+5
View File
@@ -0,0 +1,5 @@
---
sql: patch
---
Replace `Mutex` with `RwLock` to enable concurrent SQL execution.