Julius Beckmann
Julius Beckmann
How about changing the Namespace from `CouchDB\` to something, that will most likely not collide with other software?
Guzzle does offer using Promise structures for their responses. How about using these to offer parallel requests to CouchDB?
How about a `QueryBuilder` that could enable stuff like this? ``` php $result = $this->database->query() ->design('users') ->view('user-by-username') ->key($username) ->includeDocs(true) ->execute(); ``` I already have something to start from :)
I added some more helpers to the `Result` class, like this: ``` php public function getFirstDoc() { $row = $this->getFirstRow(); return $row ? $row['doc'] : false; } public function getDocs()...
As requested in https://github.com/h4cc/AliceDemo/issues/4 it would be a nice feature if fixture files and sets could be loaded from other or even multiple paths. The current implementation using that single...
Add the Package "ex_json_schema" from hex.pm Link: https://hex.pm/packages/ex_json_schema Description: A JSON Schema validator with full support for the draft 4 specification.
Evaluate "watch" to see if it's awesome, and possibly include in the list. Link: https://hex.pm/packages/watch Description: Live reloading with watchman This is a autogenerated issue, because the packages was added...
Evaluate "carmelize" to see if it's awesome, and possibly include in the list. Link: https://hex.pm/packages/carmelize Description: An Elixir library that converts maps from `snake_case` to `camelCase`. This is a autogenerated...
Evaluate "ecto_generator" to see if it's awesome, and possibly include in the list. Link: https://hex.pm/packages/ecto_generator Description: Generate Ecto schemas from existing database in Phoenix - Elixir This is a autogenerated...