ash_csv/lib/ash_csv.ex

8 lines
136 B
Elixir
Raw Normal View History

2020-08-20 09:09:22 +12:00
defmodule AshCsv do
@moduledoc """
2020-08-20 16:51:23 +12:00
A CSV datalayer for the Ash framework
2020-08-20 09:09:22 +12:00
For DSL documentation, see `AshCsv.DataLayer`
2020-08-20 09:09:22 +12:00
"""
end