A CSV data layer for Ash Framework
Find a file
2022-11-30 21:01:42 -05:00
.github chore: update CI 2022-11-03 10:16:11 -07:00
config improvement: update to latest ash, get tests workign 2022-05-17 16:31:48 -04:00
documentation/tutorials chore: remove guide link for now from ash_csv docs 2022-08-30 23:03:43 -06:00
lib improvement: update ash and update behavior function 2022-11-30 21:01:42 -05:00
logos
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
CHANGELOG.md chore: release version v0.9.1 2022-10-24 09:56:55 -06: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: use new docs 2022-11-03 10:01:19 -07:00
mix.lock improvement: update ash and update behavior function 2022-11-30 21:01:42 -05:00
README.md improvement: update master -> main 2022-05-17 16:33:30 -04:00

Elixir CI License: MIT 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.8.3"}
  ]
end

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