RenaudS

Results 2 issues of RenaudS

To use pooling the current usage is: ```elixir {:ok, conn} = Mongo.start_link(database: "test", pool: DBConnection.Poolboy) Mongo.find(:mongo, "collection", %{}, limit: 20, pool: DBConnection.Poolboy) ``` Having to repeat ```pool: DBConnection.Poolboy``` at query...

Kind:Enhancement
Note:Discussion

Previously _schema.default_ tag for _schema.type_ === array was never processed and only _schema.items.default_ were usable.