Skip to content

Remember the pool options for a given connection. #175

Open
@sauvainr

Description

@sauvainr

To use pooling the current usage is:

{: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 time should not be necessary.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions