README.md

# EctoDb2
[![hex.pm version](https://img.shields.io/hexpm/v/ecto_db2.svg?style=flat)](https://hex.pm/packages/ecto_db2)

An Ecto adapter for IBM Db2

## Installation

Add `ecto_db2` to your list of dependencies in `mix.exs`

```elixir
def deps do
  [
    {:ecto_db2, "~> 0.0.1"}
  ]
end
```

## Authors

- Alex Kwiatkowski - alex+git@fremantle.io

## License

`ecto_db2` is released under the [MIT license](./LICENSE)