README.md


[](https://github.com/ash-project/ash_sqlite/actions/workflows/elixir.yml)
[](https://opensource.org/licenses/MIT)
[](https://hex.pm/packages/ash_sqlite)
[](https://hexdocs.pm/ash_sqlite)
# AshSqlite
Welcome! `AshSqlite` is the SQLite data layer for [Ash Framework](https://hexdocs.pm/ash).
## Tutorials
- [Get Started](documentation/tutorials/getting-started-with-ash-sqlite.md)
## Topics
- [What is AshSqlite?](documentation/topics/about-ash-sqlite/what-is-ash-sqlite.md)
### Resources
- [References](documentation/topics/resources/references.md)
- [Polymorphic Resources](documentation/topics/resources/polymorphic-resources.md)
### Development
- [Migrations and tasks](documentation/topics/development/migrations-and-tasks.md)
- [Testing](documentation/topics/development/testing.md)
### Advanced
- [Expressions](documentation/topics/advanced/expressions.md)
- [Manual Relationships](documentation/topics/advanced/manual-relationships.md)
## Reference
- [AshSqlite.DataLayer DSL](documentation/dsls/DSL:-AshSqlite.DataLayer.md)