Current section
Files
Jump to
Current section
Files
README.md
# EctoDb2
[](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)