ash_csv/README.md
2021-01-22 01:12:47 -05:00

941 B

Elixir CI License: MIT Coverage Status Hex version badge

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

def deps do
  [
    {:ash_csv, "~> 0.7.0-rc0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ash_csv.