Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/brys0/couchdb-v
- Owner: brys0
- License: apache-2.0
- Created: 2023-03-25T12:52:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-07T23:37:53.000Z (over 1 year ago)
- Last Synced: 2024-11-05T04:05:39.019Z (about 2 months ago)
- Topics: couchdb, couchdb-client, vlang, vlang-library, vlang-module
- Language: V
- Homepage:
- Size: 577 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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