arturbiko / couchdb-vs

An extension for visual studio code which allows you to explore the contents of your Couch DB ๐Ÿ›‹๏ธ

Home Page:https://marketplace.visualstudio.com/items?itemName=arbko.couchdb-vs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CouchDB Explorer

Visual Studio Marketplace test status stars - badge-generator

CouchDB Explorer is a plugin for the Visual Studio Code editor that allows for quick navigation of the CouchDB directly from the editor. With CouchDB Explorer, you can easily browse the available databases in your CouchDB instance and view their contents.

Getting Started


To get started with CouchDB Explorer, simply install the plugin from the Visual Studio Code Marketplace. Once installed, you can access the plugin from the Explorer sidebar.

To configure the plugin, add the following properties to your user settings:

"couchdb-vs.protocol": "<your-couchdb-protocol>",
"couchdb-vs.host": "<your-couchdb-host>",
"couchdb-vs.username": "<your-couchdb-username>",
"couchdb-vs.password": "<your-couchdb-password>"

Features


Navigation of all data

  • See all available databases
  • Create and delete databases
  • Display and delete documents of a selected database

Overview

About

An extension for visual studio code which allows you to explore the contents of your Couch DB ๐Ÿ›‹๏ธ

https://marketplace.visualstudio.com/items?itemName=arbko.couchdb-vs

License:MIT License


Languages

Language:TypeScript 94.0%Language:JavaScript 6.0%