ash_sqlite/README.md

39 lines
1.5 KiB
Markdown
Raw Normal View History

2024-05-04 14:03:59 +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-mojde-only)
2023-09-23 14:52:22 +12:00
2024-05-04 14:03:59 +12:00
[![CI](https://github.com/ash-project/ash_sqlite/actions/workflows/elixir.yml/badge.svg)](https://github.com/ash-project/ash_sqlite/actions/workflows/elixir.yml)
2023-09-23 14:52:22 +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_sqlite.svg)](https://hex.pm/packages/ash_sqlite)
2024-05-04 14:03:59 +12:00
[![Hexdocs badge](https://img.shields.io/badge/docs-hexdocs-purple)](https://hexdocs.pm/ash_sqlite)
2023-09-23 14:52:22 +12:00
2024-05-04 14:03:59 +12:00
# AshSqlite
2023-09-23 14:52:22 +12:00
2024-05-04 14:03:59 +12:00
Welcome! `AshSqlite` is the SQLite data layer for [Ash Framework](https://hexdocs.pm/ash).
2023-09-23 14:52:22 +12:00
2024-05-04 14:03:59 +12:00
## Tutorials
2023-09-23 14:52:22 +12:00
2024-05-04 14:03:59 +12:00
- [Get Started](documentation/tutorials/getting-started-with-ash-sqlite.md)
2023-09-23 14:52:22 +12:00
2024-05-04 14:03:59 +12:00
## Topics
2023-09-23 14:52:22 +12:00
2024-05-04 14:03:59 +12:00
- [What is AshSqlite?](documentation/topics/about-ash-sqlite/what-is-ash-sqlite.md)
2023-09-23 14:52:22 +12:00
2024-05-04 14:03:59 +12:00
### Resources
2023-09-23 14:52:22 +12:00
2024-05-04 14:03:59 +12:00
- [References](documentation/topics/resources/references.md)
- [Polymorphic Resources](documentation/topics/resources/polymorphic-resources.md)
2023-09-23 14:52:22 +12:00
2024-05-04 14:03:59 +12:00
### Development
2023-09-23 14:52:22 +12:00
2024-05-04 14:03:59 +12:00
- [Migrations and tasks](documentation/topics/development/migrations-and-tasks.md)
- [Testing](documentation/topics/development/testing.md)
2023-09-23 14:52:22 +12:00
2024-05-04 14:03:59 +12:00
### Advanced
2023-09-23 14:52:22 +12:00
2024-05-04 14:03:59 +12:00
- [Expressions](documentation/topics/advanced/expressions.md)
- [Manual Relationships](documentation/topics/advanced/manual-relationships.md)
2023-09-23 14:52:22 +12:00
2024-05-04 14:03:59 +12:00
## Reference
2023-09-23 14:52:22 +12:00
2024-05-04 14:03:59 +12:00
- [AshSqlite.DataLayer DSL](documentation/dsls/DSL:-AshSqlite.DataLayer.md)