ash_csv/README.md

22 lines
937 B
Markdown
Raw Normal View History

2020-08-20 17:32:31 +12:00
![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)
[![Coverage Status](https://coveralls.io/repos/github/ash-project/ash_csv/badge.svg?branch=master)](https://coveralls.io/github/ash-project/ash_csv?branch=master)
[![Hex version badge](https://img.shields.io/hexpm/v/ash_csv.svg)](https://hex.pm/packages/ash_csv)
2020-08-20 09:09:22 +12:00
# AshCsv
2020-08-20 17:32:31 +12:00
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.
2020-08-20 09:09:22 +12:00
## Installation
```elixir
def deps do
[
2020-12-27 19:37:31 +13:00
{:ash_csv, "~> 0.6.2"}
2020-08-20 09:09:22 +12:00
]
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).