https://github.com/ash-project/ash_sqlite
The SQLite data layer for Ash Framework.
https://github.com/ash-project/ash_sqlite
ash data-layer elixir sqlite
Last synced: 10 days ago
JSON representation
The SQLite data layer for Ash Framework.
- Host: GitHub
- URL: https://github.com/ash-project/ash_sqlite
- Owner: ash-project
- License: mit
- Created: 2023-09-23T05:38:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-07T19:37:30.000Z (21 days ago)
- Last Synced: 2025-06-09T23:25:59.489Z (19 days ago)
- Topics: ash, data-layer, elixir, sqlite
- Language: Elixir
- Homepage: https://hexdocs.pm/ash_sqlite
- Size: 466 KB
- Stars: 19
- Watchers: 4
- Forks: 17
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-ash-framework - ash_sqlite - The SQLite data layer for Ash Framework. (Extensions / Data Layer)
- awesome-ash-framework - ash_sqlite - The SQLite data layer for Ash Framework. (Extensions / Data Layer)
README

[](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)