A CSV data layer for Ash Framework
Find a file
2023-10-02 09:27:43 -04:00
.github ci: update to new ci patterns 2023-02-01 00:15:41 -05:00
config chore: update ash 2023-09-25 10:17:38 -04:00
documentation docs: update spark & ex_doc for improved docs 2023-09-26 23:30:54 -04:00
lib docs: update docs 2023-09-26 09:38:58 -04:00
logos fix: fixes/dialyzer/credo 2020-08-20 01:28:05 -04:00
test chore: format 2023-08-02 12:30: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.4 2023-08-03 12:37:36 -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 chore: analytics in hexdocs 2023-10-02 09:27:43 -04:00
mix.lock docs: update spark & ex_doc for improved docs 2023-09-26 23:30:54 -04:00
README.md chore: release version v0.9.4 2023-08-03 12:37:36 -04:00

Elixir CI License: MIT Hex version badge

AshCsv

A CSV data layer for Ash.

Installation

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

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