couchbeam
couchbeam copied to clipboard
Apache CouchDB client in Erlang
Closes #185 Adds support for _find using mango queries https://docs.couchdb.org/en/2.3.1/api/database/find.html Usage: ```erlang couchbeam:find_docs(Db, {[ {, [ {[{, {[{, }]}}]}, {[{, {[{, }]}}]}, {[{, {[{, }]}}]} ]}, {, {[{, }]}}, {,...
`hmac/3` is being scheduled for removal on [OTP-24](http://erlang.org/doc/general_info/scheduled_for_removal.html#functions-scheduled-for-removal-in-otp-24) The project needs to switch to `mac/4`. I think this functions are sued to oauth authentication. Am I wrong?
I found that the proxy auth options are not properly documented, since they contain a typo. Hope it helps @benoitc
Where `encode_att_name` is used (couchbeam.erl L846), the expected type is a binary, not a list, so convert the return value to a binary.
Hello there, CouchDB supports querying the database using Mango queries: https://docs.couchdb.org/en/2.3.1/api/database/find.html This feature looks very useful to have since we currently use a lot of temporary design docs for things...
When feedtype is continuous and since is now, the couchbeam_changes_stream child terminates prematurely if there is no new changes in the database. For the case of continuous and {since, new},...
=INFO REPORT==== 14-Apr-2019::20:16:45 === build metrics module: metrics_noop =INFO REPORT==== 14-Apr-2019::20:16:45 === application: hackney exited: {bad_return, {{hackney_app,start,[normal,[]]}, {'EXIT', {{badmatch, {error, {shutdown, {failed_to_start_child,hackney_manager, {function_clause, [{metrics,init, [metrics_dummy], [{file, ".../_build/default/lib/metrics/src/metrics.erl"}, {line,127}]}, {hackney_manager,init_metrics,0, [{file,...
===> Failed to solve release: Dependency idna is specified as a dependency but is not reachable by the system.
It would help users of this library a lot if the [hex branch](https://github.com/amuino/couchbeam/tree/hex) was the default branch on the GitHub repo. Otherwise the project looks unmaintained and it can be...
What is the future scope of the project? Will it be maintained?