Encrypted Pouch - v0.1.0
    Preparing search index...

    Interface RemoteOptions

    Options for connecting to a remote CouchDB server

    interface RemoteOptions {
        url: string;
        live?: boolean;
        retry?: boolean;
    }
    Index

    Properties

    Properties

    url: string

    URL of the remote CouchDB server or PouchDB instance

    live?: boolean

    Whether to use continuous (live) sync. Default: true

    retry?: boolean

    Whether to automatically retry on connection failure. Default: true