A CSV data layer for Ash Framework
Find a file
Zach Daniel 87ac360eb0
init
2020-08-19 17:09:22 -04:00
lib init 2020-08-19 17:09:22 -04:00
test init 2020-08-19 17:09:22 -04:00
.formatter.exs init 2020-08-19 17:09:22 -04:00
.gitignore init 2020-08-19 17:09:22 -04:00
mix.exs init 2020-08-19 17:09:22 -04:00
README.md init 2020-08-19 17:09:22 -04:00

AshCsv

TODO: Add description

Installation

If available in Hex, the package can be installed by adding ash_csv to your list of dependencies in mix.exs:

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

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