static bool statement(String query, [List<dynamic> bindings = const []]) => _mainInstance!._dbConnection!.statement(query, bindings);