You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
The readme needs an examples link to other public projects that are using this library. For example, I'm trying to figure out how to create a app that uses this library that can create records like:
{ "name": "...",
"tenant_id": "...",
region_type": "...",
}
and define views and searches on the fields of those entries (like all records where tenant_id = "12345").
I think what I'm trying to do is rather basic but its just not intuitive to someone who hasn't worked with CouchDB before, which is why I'm looking for sample apps using this library to walk through.
The text was updated successfully, but these errors were encountered:
Agreed, i am here to request the same, I have worked with the couchdb-python before and that at least seemed to have a .query() function.
I had to go through the test source to find some basic usage.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The readme needs an examples link to other public projects that are using this library. For example, I'm trying to figure out how to create a app that uses this library that can create records like:
{ "name": "...",
"tenant_id": "...",
region_type": "...",
}
and define views and searches on the fields of those entries (like all records where tenant_id = "12345").
I think what I'm trying to do is rather basic but its just not intuitive to someone who hasn't worked with CouchDB before, which is why I'm looking for sample apps using this library to walk through.
The text was updated successfully, but these errors were encountered: