menu
webapp package
documentation
wa_mysql.dart
SqlType
db<R> static method
db<R> static method
dark_mode
light_mode
db<
R
>
static method
DBType
db
<
R
>(
)
Implementation
static DBType db<R>() { return R == Sqlite ? DBType.sqlite : DBType.mysql; }
webapp package
documentation
wa_mysql
SqlType
db<R> static method
SqlType class