refactor(sql): Allow multiple drivers at the same time (#1838)

* refactor(sql): Allow multiple drivers at the same time

* fmt

* remove default feature comment [skip ci]

* what was that doing there [skip ci]

* disable public methods for now
This commit is contained in:
Fabian-Lars
2024-10-01 14:47:08 +02:00
committed by GitHub
parent 68579934c9
commit 30bcf5dcc2
11 changed files with 615 additions and 393 deletions
+5
View File
@@ -0,0 +1,5 @@
---
sql: patch
---
It is now possible to enable multiple SQL backends at the same time. There will be no compile error anymore if no backends are enabled!