README.md

[](https://opensource.org/licenses/MIT)
[](https://coveralls.io/github/ash-project/ash_csv?branch=master)
[](https://hex.pm/packages/ash_csv)
# AshCsv
A CSV data layer for Ash. Currently only meant for demos. The code is messy, its not made to scale, and it doesn't have code for handling most primitive types.
## Installation
```elixir
def deps do
[
{:ash_csv, "~> 0.1.1"}
]
end
```
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/ash_csv](https://hexdocs.pm/ash_csv).