Future<bool> init() async { final databasesPath = await getDatabasesPath(); _path = '$databasesPath/$_dbName'; _db = await open(); return true; }