sofa icon indicating copy to clipboard operation
sofa copied to clipboard

Sofa - CouchDB for Rust

Results 8 sofa issues
Sort by recently updated
recently updated
newest added

Hi, We're using your excellent library in one of our solutions. We did have to make some changes to integrate it into the tokio async framework. The library has been...

Hi, I just updated from reqwest 0.8.x to 0.9.x to be able compile sofa in my dev environment running on Ubuntu 18.04 LTS and Arch Linux without any issues regarding...

I'm trying to create a couchdb view but so far unable to. Is there any example or any way to do this?

fixes #6 this is a real basic implementation, i'm not too familiar with reqwest or couchdb. It's enough for my use case, but I expect this to need some love...

enhancement

fixes #7 I've made most of the functions generic over the input they actually need, rather than concrete types. I think there's still some work to be done to improve...

what is the purpose of the `get_self(...)` method on Client? ``` pub fn get_self(&mut self) -> &mut Self { self } ``` it returns a mutable reference to self, but...

https://github.com/YellowInnovation/sofa/blob/93d91e9c45972aaa3e97eece83f8af6ef1208c9f/src/client.rs#L89 The db function in the client accepts dbname has a literal string only. This force the user to provide only a literal string and not provide a value from...

Hi! I'm searching inside the documentation but I can't find anything related to it. I have a couchDB and I need to login inside it in order to do any...

enhancement
good first issue