ash_csv/lib/ash_csv.ex
2020-12-27 01:37:11 -05:00

7 lines
136 B
Elixir

defmodule AshCsv do
@moduledoc """
A CSV datalayer for the Ash framework
For DSL documentation, see `AshCsv.DataLayer`
"""
end