menu
ruowen_dbtools package
documentation
ruowen/sql/table.dart
DatabaseManager
switchDatabase method
switchDatabase method
dark_mode
light_mode
switchDatabase
method
void
switchDatabase
(
String
databaseType
)
Implementation
void switchDatabase(String databaseType) { currentStorageUnit = StorageUnit(databaseType); }
ruowen_dbtools package
documentation
ruowen/sql/table
DatabaseManager
switchDatabase method
DatabaseManager class