ash_csv/README.md

18 lines
487 B
Markdown
Raw Normal View History

2020-08-20 09:09:22 +12:00
# AshCsv
2020-08-20 17:28:05 +12:00
A CSV data layer for Ash. Currently only meant for demo-ing. The code is messy, its not made to scale, and it doesn't have code for handling most primitive types.
2020-08-20 09:09:22 +12:00
## Installation
```elixir
def deps do
[
{:ash_csv, "~> 0.1.0"}
]
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).