db property

String get db

获取数据库文件路径

Returns 数据库文件的路径。

Implementation

static String get db {
  return _db;
}