Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brys0/couchdb-v

A CouchDB client for V/Vlang.
https://github.com/brys0/couchdb-v

couchdb couchdb-client vlang vlang-library vlang-module

Last synced: about 13 hours ago
JSON representation

A CouchDB client for V/Vlang.

Awesome Lists containing this project

README

        



A CouchDB Client for V


v0.0.3-PRE-ALPHA


Documentation will be created when I feel the project has all the needed features to be ready in production, thanks!

### Debugging

Use the flag `-dbugcouch` to enable debug/verbose logs for the library

### Roadmap

### Tasks
- [x] Get Tasks
### Database
- [x] Get DB
- [x] Create DB
- [x] Get Info
- [ ] Design Docs
- [ ] Get Bulk documents
- **!!** Find Documents
- ⚠️ Partial functionality
- [ ] Get Index
- [ ] Explain
- [ ] Shards
- [ ] Shards -> Doc
- [ ] Shards -> Sync
- [ ] Get Changes
- [ ] Compact
- [ ] Security
- [ ] Purge
- [ ] Get Revs diff
- [ ] Get Revs limit
### Documentation Website
Soon ?????
...

⚠️ This library is very new, behavior is highly experimental! The implementations of certain functions may change at any time without warning