A CSV data layer for Ash Framework
Find a file
2024-03-30 10:55:20 -04:00
.github improvement: support Ash 3.0 2024-03-30 10:55:20 -04:00
config improvement: support Ash 3.0 2024-03-30 10:55:20 -04:00
documentation chore: update ex_doc and clean up docs 2024-01-12 16:53:31 -05:00
lib improvement: support Ash 3.0 2024-03-30 10:55:20 -04:00
logos fix: fixes/dialyzer/credo 2020-08-20 01:28:05 -04:00
test improvement: support Ash 3.0 2024-03-30 10:55:20 -04: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 fix: fix upsert behavior 2023-08-02 12:28:48 -04:00
CHANGELOG.md chore: release version v0.9.6 2023-10-08 09:48:41 -04: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 Ash 3.0 2024-03-30 10:55:20 -04:00
mix.lock improvement: support Ash 3.0 2024-03-30 10:55:20 -04:00
README.md chore: release version v0.9.6 2023-10-08 09:48:41 -04:00

Elixir CI License: MIT Hex version badge

AshCsv

A CSV data layer for Ash.

Installation

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

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