Future<int> update(T value, Query query) async { return table.update(converter.toDb(value), query); }