couchdb

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

Pure Nim score 30/100 · tests present · docs generated

Summary

Latest Version Unknown
License GPL-3.0-or-later
CI Status Passing
Downloads 0
Last Indexed 2026-07-21 05:24

Installation

nimble install couchdb
choosenim install couchdb
git clone https://github.com/theAkito/nim-couchdb

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
couchdb - - - - - - -

Source

Repository https://github.com/theAkito/nim-couchdb
Homepage https://github.com/theAkito/nim-couchdb
Documentation View Documentation
Registry Source nimble_official

README

nimble

Language

Build Status

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 © 2020-2021 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/.