ash_csv/README.md
2023-02-22 22:01:46 -05:00

641 B

Elixir CI License: MIT Hex version badge

AshCsv

A CSV data layer for Ash.

Installation

def deps do
  [
    {:ash_csv, "~> 0.9.2"}
  ]
end

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