db<R> static method

DBType db<R>()

Implementation

static DBType db<R>() {
  return R == Sqlite ? DBType.sqlite : DBType.mysql;
}