issues
search
metricq
/
aiocouch
🛋 An asynchronous client library for CouchDB 2.x and 3.x
https://aiocouch.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
29
stars
10
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
feat: Handle CouchDB HTTP 403 on all routes
#56
H--o-l
opened
4 weeks ago
0
403 due to lockout on CouchDB v3.4.0 and above
#55
H--o-l
opened
4 weeks ago
1
Use params in _put
#54
Sekuraz
closed
3 months ago
1
feat: return `HTTPResponse` from certain methods
#53
bmario
closed
1 year ago
2
Add `json` property to ``Document` class
#52
bmario
closed
1 year ago
2
Redefine the data property of Document instances
#51
bmario
closed
1 year ago
3
Document document deletion
#50
bmario
closed
1 year ago
1
Return 201 or 202 on Document.save()
#49
adrienverge
closed
1 year ago
10
question about deleting/purging a document from the server
#48
gauss345
closed
2 years ago
7
feat: UTF-8 HTTP Basic authentication (RFC-7617)
#47
H--o-l
closed
2 years ago
6
Adds ViewResponse dataclass to allow access to all return values
#46
bmario
closed
2 years ago
1
Expose sequence numbers
#45
pepijndevos
closed
2 years ago
6
Use exists_ok in error handling instead of pre-condition
#44
bmario
closed
2 years ago
1
fix: added error handling for race condition
#43
starlord-daniel
closed
2 years ago
0
Race condition with couchdb.create exists_ok=True
#42
starlord-daniel
closed
2 years ago
1
Experimental changes endpoint
#41
bmario
closed
2 years ago
1
Issue with Sort of /db/_find
#40
dradux
closed
2 years ago
2
Stuck trying to find()
#39
pepoluan
closed
2 years ago
2
Document to dict
#38
pepoluan
closed
2 years ago
1
Adds documentation for bulk operations
#37
bmario
closed
3 years ago
1
Support for Database _changes
#36
adeelsohailahmed
closed
2 years ago
8
Feat/Context Managers for Document and Security Document
#35
adeelsohailahmed
closed
3 years ago
9
feat: add required py.typed file to support typing when used as library
#34
kinnarr
closed
3 years ago
1
Documentation of BulkOperation
#33
DasLukas
closed
3 years ago
3
feat bulk operation: don't crash on pristine document
#32
H--o-l
closed
3 years ago
4
Remove a HTTP call on Database.design_doc(exists_ok=True)
#31
bravier
closed
4 years ago
3
Filter internal documents
#30
tilsche
closed
4 years ago
0
Adding the sphinx documentation
#29
bmario
closed
4 years ago
1
Don't use HTTP request if ids list is empty
#28
H--o-l
closed
4 years ago
5
Don't raise exception if one doc in ids list doesn't exist
#27
H--o-l
closed
4 years ago
4
Adds BulkStorageOperation and Database.create_docs. Fixes #25
#26
bmario
closed
4 years ago
2
POST /db/_bulk_docs without fetching documents first
#25
adrienverge
closed
4 years ago
2
Create new Document without a HTTP request
#24
adrienverge
closed
4 years ago
4
Fix crash on Document.save() if conflict but not _rev
#23
adrienverge
closed
4 years ago
1
Experimental release preparations
#22
bmario
closed
4 years ago
0
Handle document attachments
#21
adrienverge
closed
4 years ago
1
Implement Document.fetch_info() to issue a HEAD request
#20
adrienverge
closed
4 years ago
2
Update test command in README
#19
adrienverge
closed
4 years ago
0
Attachments
#18
adrienverge
closed
4 years ago
1
Packaging and versioning
#17
adrienverge
closed
4 years ago
3
Feature database get
#16
bmario
closed
4 years ago
0
Catch and wrap HTTP 403 Forbidden errors
#15
adrienverge
closed
4 years ago
1
HTTP 403 (Forbidden) not wrapped
#14
adrienverge
closed
4 years ago
0
Access database._security document
#13
adrienverge
closed
4 years ago
4
Remove a HTTP call on Database.create(exists_ok=True)
#12
adrienverge
closed
4 years ago
0
Implement Database.get(id, default=None)
#11
adrienverge
closed
4 years ago
4
Implement Database.save(doc)
#10
adrienverge
closed
4 years ago
2
Implement CouchDB.info()
#9
adrienverge
closed
4 years ago
1
Adds black formatter ci step
#8
bmario
closed
4 years ago
0
BadRequestError, UnauthorizedError, NotFoundError, etc. not raised
#7
adrienverge
closed
4 years ago
9
Next