README.md
# MysqlexPool
[](https://travis-ci.org/mpneuried/mysqlex_pool)
[](https://ci.appveyor.com/project/mpneuried/mysqlex_pool)
[](https://coveralls.io/github/mpneuried/mysqlex_pool)
[](https://hex.pm/packages/mysqlex_pool)
[](https://beta.hexfaktor.org/github/mpneuried/mysqlex_pool)
[](https://hex.pm/packages/mysqlex_pool)
A warpper for mysqlex to add connection pooling with poolboy
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `mysqlex_pool` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:mysqlex_pool, "~> 0.1.0"}]
end
```
## TODOs
- connection config ;-)
- docs
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/mysqlex_pool](https://hexdocs.pm/mysqlex_pool).