June Kelly
June Kelly
We should have more backends, because this project aims to be maximally useful in a variety of architectures. Perhaps: - Mnesia - Postgres (or a generic SQL backend? Probably Ecto)...
We seem to have a few issues with ETS backends, that are hard to make any better. Maybe a custom map-based storage server as the new default?
Closes https://github.com/ExHammer/hammer/issues/36
Run `for _n in {1..1000}; do make test; done` for a while, and sometimes tests will fail with: ``` mix format mix.exs "lib/**/*.{ex,exs}" "test/**/*.{ex,exs}" mix test --no-start ........ 1) test...
When I try to return a map (json) from handle-malformed, the server crashes with the following exception: ``` >> java.lang.IllegalArgumentException: >> No method in multimethod 'render-map-generic' for dispatch value: null...
- Should allow for partial updates of a document - update, update_one, update_one_by_id
We could use postgres schemas to namespace collections. Needs quite a bit of thought
More something to keep an eye on than an actionable task on this project, but we should ensure that bedquilt clients support optional transactions. The default behaviour should be for...
We need: - brew package - Linux packages (at least debian and ubuntu) - super-easy way of installing bedquilt-core on top of a postgres-9.5 installation