@override exec(String sql, [List bind = const []]) async { var dbInstance = await dbCompleter.future; dbInstance.execute(sql, bind); }