Skip to content
database

GitHub Action

Setup CouchDB

v4 Latest version

Setup CouchDB

database

Setup CouchDB

Set up a CouchDB database as a single node

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup CouchDB

uses: cobot/couchdb-action@v4

Learn more about this action in cobot/couchdb-action

Choose a version

CouchDB GitHub Action

This GitHub Action sets up a CouchDB database. The Erlang query server is enabled.

Usage

See action.yml and test.yml.

Basic:

steps:
  - name: Set up CouchDB
    uses: "cobot/couchdb-action@master"
    with:
      couchdb version: '2.3.1'
  - name: Do something
    run: |
      curl http://127.0.0.1:5984/

Contributions

License

The scripts and documentation in this project are released under the MIT License