Files
tauri-plugins-workspace/.changes/feat-multiple-sql-backends.md
T
Fabian-Lars 30bcf5dcc2 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
2024-10-01 09:47:08 -03:00

156 B

sql
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!