menu
finch package
documentation
sqlite.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; }
finch package
documentation
sqlite
SqlType
db<R> static method
SqlType class