README.md

# MysqlexPool

[![Travis Build Status](https://img.shields.io/travis/mpneuried/mysqlex_pool.svg)](https://travis-ci.org/mpneuried/mysqlex_pool)
[![Windows Tests](https://img.shields.io/appveyor/ci/mpneuried/mysqlex_pool.svg?label=WindowsTest)](https://ci.appveyor.com/project/mpneuried/mysqlex_pool)
[![Coveralls Coverage](https://img.shields.io/coveralls/mpneuried/mysqlex_pool.svg)](https://coveralls.io/github/mpneuried/mysqlex_pool)

[![Hex.pm Version](https://img.shields.io/hexpm/v/mysqlex_pool.svg)](https://hex.pm/packages/mysqlex_pool)
[![Deps Status](https://beta.hexfaktor.org/badge/all/github/mpneuried/mysqlex_pool.svg?branch=master)](https://beta.hexfaktor.org/github/mpneuried/mysqlex_pool)
[![Hex.pm](https://img.shields.io/hexpm/dt/mysqlex_pool.svg?maxAge=2592000)](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).