ash_csv/README.md

20 lines
906 B
Markdown
Raw Normal View History

2024-05-04 14:15:19 +12:00
![Logo](https://github.com/ash-project/ash/blob/main/logos/cropped-for-header-black-text.png?raw=true#gh-light-mode-only)
![Logo](https://github.com/ash-project/ash/blob/main/logos/cropped-for-header-white-text.png?raw=true#gh-dark-mode-only)
![Elixir CI](https://github.com/ash-project/ash_csv/workflows/CI/badge.svg)
2020-08-20 17:32:31 +12:00
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Hex version badge](https://img.shields.io/hexpm/v/ash_csv.svg)](https://hex.pm/packages/ash_csv)
2024-05-04 14:15:19 +12:00
[![Hexdocs badge](https://img.shields.io/badge/docs-hexdocs-purple)](https://hexdocs.pm/ash_csv)
2020-08-20 09:09:22 +12:00
# AshCsv
2024-05-04 14:15:19 +12:00
Welcome! This is the CSV Data Layer for [Ash Framework](https://hexdocs.pm/ash).
## Tutorials
2020-08-20 09:09:22 +12:00
- [Getting Started with AshCsv](documentation/tutorials/getting-started-with-ash-csv.md)
2020-08-20 09:09:22 +12:00
2024-05-04 14:15:19 +12:00
## Reference
2020-08-20 09:09:22 +12:00
2024-05-04 14:15:19 +12:00
- [AshCsv.DataLayer DSL](documentation/dsls/DSL:-AshCsv.DataLayer.md)