Carlos Andres Bolaños R.A.
Carlos Andres Bolaños R.A.
Currently, `sumo` assumes that the key or primary-key is named `id`, it doesn't allows to have a different attribute name for the `id` or `key`. Besides, `sumo` doesn't allows to...
Document new `sumo_db` architecture - Changes - Run build, tests - Get started section - How to build new adapters
# Nebulex v3 Roadmap ## v3.0.0-rc.0 - [x] Ok/Error tuple Cache API - [x] Remove adapter implementations from Nebulex since they will be moved to separate repositories. Nebulex repo will...
Currently, the `cache_evict` decorator only supports a boolean for the `:all_entries` option, indicating whether all cached entries must be evicted or not. The idea here is telling the decorator to...
# Nebulex v3.0.0-rc.2 - [ ] Add docs and examples of `Nebulex.Adapter.Observable` to the "Getting Started" guide. - [ ] Update [Nebulex examples](https://github.com/elixir-nebulex/nebulex_examples) to use v3. - [ ] Implement...