A CSV data layer for Ash Framework
Find a file
2020-10-06 01:37:47 -04:00
.github ci: only deploy on pushes to master 2020-09-21 19:01:36 -04:00
config chore: release version v0.1.0 2020-08-20 01:28:38 -04:00
lib feat: tests + fixes 2020-10-06 01:37:47 -04:00
logos fix: fixes/dialyzer/credo 2020-08-20 01:28:05 -04:00
test feat: tests + fixes 2020-10-06 01:37:47 -04: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 fix: fixes/dialyzer/credo 2020-08-20 01:28:05 -04:00
.gitignore init 2020-08-19 17:09:22 -04:00
CHANGELOG.md chore: release version v0.4.0 2020-10-06 01:37:47 -04:00
LICENSE chore: create license 2020-09-21 14:04:51 -04:00
mix.exs chore: release version v0.4.0 2020-10-06 01:37:47 -04:00
mix.lock feat: tests + fixes 2020-10-06 01:37:47 -04:00
README.md chore: release version v0.4.0 2020-10-06 01:37:47 -04: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.4.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.