A CSV data layer for Ash Framework
Find a file
2023-07-13 09:06:02 -04:00
.github ci: update to new ci patterns 2023-02-01 00:15:41 -05:00
config chore: update test config 2023-07-13 08:48:34 -04:00
documentation/tutorials chore: remove guide link for now from ash_csv docs 2022-08-30 23:03:43 -06:00
lib fix: support latest ash 2023-02-22 20:39:24 -05:00
logos fix: fixes/dialyzer/credo 2020-08-20 01:28:05 -04:00
test improvement: update to latest ash 2022-08-30 22:45:36 -06:00
.check.exs improvement: update ash version 2022-10-24 09:56:04 -06:00
.credo.exs improvement: better behavior around creating missing files 2022-10-31 22:07:54 -04:00
.formatter.exs improvement: update ash version 2022-10-24 09:56:04 -06:00
.gitignore init 2020-08-19 17:09:22 -04:00
.tool-versions ci: update to new ci patterns 2023-02-01 00:15:41 -05:00
CHANGELOG.md chore: release version v0.9.2 2023-01-18 01:23:29 -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 fix: support latest ash 2023-02-22 20:39:24 -05:00
mix.lock chore: remove unused deps 2023-07-13 09:06:02 -04:00
README.md chore: update readme 2023-02-22 22:01:46 -05:00

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.