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: 3 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-26T09:19:41.000Z (3 months ago)
- Last Synced: 2025-06-26T10:27:09.126Z (3 months ago)
- Topics: ash, data-layer, elixir, sqlite
- Language: Elixir
- Homepage: https://hexdocs.pm/ash_sqlite
- Size: 557 KB
- Stars: 19
- Watchers: 4
- Forks: 17
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)