feat(sql): made DbInstances public for managing directly from Rust (#1381)

This commit is contained in:
thewh1teagle
2024-06-10 12:31:03 +03:00
committed by GitHub
parent 909ff619e0
commit 4216c0517f
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"sql": patch
---
Made `DbInstances` public for managing database instances directly from `Rust`.