couchdb-erlfdb icon indicating copy to clipboard operation
couchdb-erlfdb copied to clipboard

Erlang API for FoundationDB

Results 6 couchdb-erlfdb issues
Sort by recently updated
recently updated
newest added

FDB allows for: `tls_ca_path` `tls_ca_bytes` `tls_key_path` `tls_key_bytes` `tls_cert_path` `tls_cert_bytes` When erlfdb inits using the `path` env values I can connect to the cluster and use the DB. If I use...

Hi, I'm coming again. The problem is that I would like to store tuples into FoundationDB. But it seems it won't work fine if I want to store tuples with...

Currently if we can't find `fdbcli` we just crash rebar with a nomatch error on a regex. We should do better.

👋 I wonder if it would be possible to publish `erlfdb` on [hex.pm](https://hex.pm)? Or maybe it's published already but I'm missing it ...

Linking to the original idea from @nickva in apache/couchdb#3427: > It would be nice have erlfdb emit extra stats such as counts for each types of error codes, how many...

enhancement