A SQLite data layer for Ash Framework
Find a file
dependabot[bot] 11933a2ae8
chore(deps): bump the production-dependencies group with 2 updates (#67)
Bumps the production-dependencies group with 2 updates: [ash](https://github.com/ash-project/ash) and [ash_sql](https://github.com/ash-project/ash_sql).


Updates `ash` from 3.2.0 to 3.2.2
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/commits/v3.2.2)

Updates `ash_sql` from 0.2.20 to 0.2.24
- [Changelog](https://github.com/ash-project/ash_sql/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_sql/compare/v0.2.20...v0.2.24)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_sql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-18 08:32:04 -04:00
.github ci: dependabot weekly 2024-06-19 10:07:02 -04:00
.vscode improvement: draw the rest of the owl 2023-10-10 15:42:51 -04:00
config docs: docs overhaul 2024-05-03 22:04:32 -04:00
documentation docs: minor fixes and removals (#61) 2024-06-23 22:34:58 -04:00
lib feat: add igniter-based AshSqlite.Install mix task (#66) 2024-07-16 06:01:26 -04:00
logos init: copy and gouge ash_postgres 2023-09-22 22:52:22 -04:00
priv chore: regen migrations 2024-04-05 19:42:16 -04:00
test fix: properly scope deletes to the records in question 2024-05-06 11:32:27 -04:00
.check.exs init: copy and gouge ash_postgres 2023-09-22 22:52:22 -04:00
.credo.exs init: copy and gouge ash_postgres 2023-09-22 22:52:22 -04:00
.formatter.exs improvement: draw the rest of the owl 2023-10-10 15:42:51 -04:00
.gitignore improvement: get at least one test passing 2023-09-23 01:32:12 -04:00
.tool-versions init: copy and gouge ash_postgres 2023-09-22 22:52:22 -04:00
CHANGELOG.md chore: release version v0.1.3 2024-05-31 09:27:16 -05:00
LICENSE init: copy and gouge ash_postgres 2023-09-22 22:52:22 -04:00
mix.exs feat: add igniter-based AshSqlite.Install mix task (#66) 2024-07-16 06:01:26 -04:00
mix.lock chore(deps): bump the production-dependencies group with 2 updates (#67) 2024-07-18 08:32:04 -04:00
README.md docs: docs overhaul 2024-05-03 22:04:32 -04:00

Logo Logo

CI License: MIT Hex version badge Hexdocs badge

AshSqlite

Welcome! AshSqlite is the SQLite data layer for Ash Framework.

Tutorials

Topics

Resources

Development

Advanced

Reference