couchdb

A library for managing your CouchDB. Easy & comfortably to use.


Keywords
akito, database, db, couch, couchdb, api, node, cluster
License
CNRI-Python-GPL-Compatible
Install
nimble install couchdb

Documentation

nimble

Language

GitHub Liberapay patrons

What

Easily and comfortably access your CouchDB.

Why

This is, at the time of writing, to my knowledge, the only published Nim module handling CouchDB access.

How

Install

nimble install couchdb
nimble intro

Test

nimble test

Use

import
  couchdb,
  os,
  json

#TODO

Where

  • Linux

Goals

  • Ease of Use
  • Comfortability

Project Status

Before Pre-Alpha

TODO

  • Create easy API access wrappers
  • Wrap more complex processes
  • Improve usage explanations
  • Add native Documentation
  • Support Windows (?)

License

Copyright (C) 2020 Akito the@akito.ooo

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.