A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/realm/realm-cpp/releases below:

Releases · realm/realm-cpp · GitHub

Releases: realm/realm-cpp

Releases · realm/realm-cpp

v2.2.0 Fixed Enhancements Deprecations Compatibility Internals v2.1.0 Fixed Enhancements Compatibility Internals v2.0.1 Fixed Compatibility Internals v2.0.0 Breaking changes Enhancements Compatibility Internals v1.1.1 Fixed Enhancements Compatibility Internals v1.1.0 Fixed Enhancements Breaking Changes Compatibility Internals v1.0.0 GA Release Fixed Enhancements Breaking Changes Compatibility Internals v0.6.1-preview Fixed Internals v0.6.0-preview Fixed Enhancements Breaking Changes Compatibility Internals v0.5.0-preview Enhancements
    realm::proxy_config proxy_config;
    proxy_config.type = realm::proxy_config_type::HTTP;
    proxy_config.port = 8080;
    proxy_config.address = "127.0.0.1";
    proxy_config.username_password = {"username", "password"};

    realm::App::configuration app_config;
    app_config.proxy_configuration = proxy_config;
    auto app = realm::App(app_config);
    
    auto user = app.get_current_user();
    auto sync_config = user->flexible_sync_configuration();
    sync_config.set_proxy_config(proxy_config);
    auto synced_realm = experimental::db(sync_config);
Compatibility Internals

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4