A CSV data layer for Ash Framework
Find a file
2021-02-22 23:38:53 -05:00
.github improvement: support latest ash 2021-02-22 23:38:53 -05:00
config
lib improvement: support latest ash 2021-02-22 23:38:53 -05:00
logos
test feat: update to latest ash 2021-01-22 01:07:24 -05:00
.check.exs chore: only run coverage once 2020-08-27 22:50:50 -04:00
.credo.exs feat: tests + fixes 2020-10-06 01:37:47 -04:00
.formatter.exs
.gitignore
CHANGELOG.md chore: release version v0.8.0 2021-01-22 17:15:47 -05:00
FUNDING.yml chore: add funding.yml 2020-10-09 21:12:03 -04:00
LICENSE chore: create license 2020-09-21 14:04:51 -04:00
mix.exs improvement: support latest ash 2021-02-22 23:38:53 -05:00
mix.lock improvement: support latest ash 2021-02-22 23:38:53 -05:00
README.md chore: release version v0.8.0 2021-01-22 17:15:47 -05:00

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.8.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.