A SQLite data layer for Ash Framework
Find a file
dependabot[bot] 6c7726587b
chore(deps): bump ecto_sqlite3 from 0.15.1 to 0.16.0 (#44)
Bumps [ecto_sqlite3](https://github.com/elixir-sqlite/ecto_sqlite3) from 0.15.1 to 0.16.0.
- [Release notes](https://github.com/elixir-sqlite/ecto_sqlite3/releases)
- [Changelog](https://github.com/elixir-sqlite/ecto_sqlite3/blob/main/CHANGELOG.md)
- [Commits](https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.15.1...v0.16.0)

---
updated-dependencies:
- dependency-name: ecto_sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-28 10:53:00 -04:00
.github chore: enable dependabot for mix dependencies. 2024-04-11 09:33:51 +12: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: Update migrations-and-tasks.md (#42) 2024-05-24 09:33:19 -04:00
lib fix: handle new/old ecto parameterized type format 2024-05-27 12:06:41 -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.2 2024-05-10 20:03:56 -04:00
LICENSE init: copy and gouge ash_postgres 2023-09-22 22:52:22 -04:00
mix.exs chore: release version v0.1.2 2024-05-10 20:03:56 -04:00
mix.lock chore(deps): bump ecto_sqlite3 from 0.15.1 to 0.16.0 (#44) 2024-05-28 10:53:00 -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