ADO.NET Provider for Apache CouchDB

Build 23.0.8839

Establishing a Connection

Connecting to Apache CouchDB

You can choose either Basic authentication or Anonymous (no authentication).

Basic Authentication

Set the following to connect to data:

  • AuthScheme: Basic.
  • Url: The Url of your Apache CouchDB instance. For example: http://localhost:5984
  • User The Apache CouchDB user account used to authenticate.
  • Password The Apache CouchDB password associated with the authenticating user.

Anonymous

Set the following to connect to data:

  • AuthScheme: None.
  • Url: The Url of your Apache CouchDB instance. For example: http://localhost:5984
  • PublicDatabases: A comma-separated list of public databases to list as tables.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839