A CSV data layer for Ash Framework
Find a file
2020-08-20 01:28:05 -04:00
.github feat: initial feature release 2020-08-20 00:51:23 -04:00
config feat: initial feature release 2020-08-20 00:51:23 -04:00
lib fix: fixes/dialyzer/credo 2020-08-20 01:28:05 -04:00
logos fix: fixes/dialyzer/credo 2020-08-20 01:28:05 -04:00
test fix: fixes/dialyzer/credo 2020-08-20 01:28:05 -04:00
.check.exs feat: initial feature release 2020-08-20 00:51:23 -04:00
.credo.exs feat: initial feature release 2020-08-20 00:51:23 -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
mix.exs fix: fixes/dialyzer/credo 2020-08-20 01:28:05 -04:00
mix.lock feat: initial feature release 2020-08-20 00:51:23 -04:00
README.md fix: fixes/dialyzer/credo 2020-08-20 01:28:05 -04:00

AshCsv

A CSV data layer for Ash. Currently only meant for demo-ing. 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.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.