ash_csv/README.md
2023-10-08 09:48:41 -04:00

20 lines
641 B
Markdown

![Elixir CI](https://github.com/ash-project/ash_csv/workflows/Ash%20CI/badge.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Hex version badge](https://img.shields.io/hexpm/v/ash_csv.svg)](https://hex.pm/packages/ash_csv)
# AshCsv
A CSV data layer for Ash.
## Installation
```elixir
def deps do
[
{:ash_csv, "~> 0.9.6"}
]
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).