Future<void> queryNoReturn( final String sql, { final List<Object>? arguments, }) async { await _preformQuery(sql, arguments); }