A postgresql datalayer for the Ash Framework
Find a file
dependabot[bot] bc0cb6babd
chore(deps): bump the production-dependencies group with 2 updates (#365)
Bumps the production-dependencies group with 2 updates: [ash](https://github.com/ash-project/ash) and [igniter](https://github.com/ash-project/igniter).


Updates `ash` from 3.3.1 to 3.3.2
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.3.1...v3.3.2)

Updates `igniter` from 0.3.14 to 0.3.16
- [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/igniter/compare/v0.3.14...v0.3.16)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: igniter
  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-08-01 12:23:46 -04:00
.github ci: dependabot weekly 2024-06-24 08:20:09 -04:00
.vscode improvement: support latest ash 2022-09-20 23:00:29 -04:00
benchmarks improvement!: 3.0 (#227) 2024-03-27 16:52:28 -04:00
config test: replicate error when using calculation over nested relationship (#351) 2024-07-17 08:09:45 -04:00
documentation docs: Update migrations-and-tasks.md (#363) 2024-07-25 10:46:14 -04:00
lib improvement: dynamically select and allow setting a repo 2024-07-31 17:48:55 -04:00
logos feat: use the new DSL builder for config (#7) 2020-06-14 03:04:18 -04:00
priv test: replicate type mismatch bug (#364) 2024-07-27 14:27:02 -04:00
test improvement: update ash_sql for latest fixes 2024-07-30 17:15:39 -04:00
test_snapshot_path/test_repo improvement!: 3.0 (#227) 2024-03-27 16:52:28 -04:00
.check.exs improvement: update to the latest ash 2022-10-07 15:50:20 -04:00
.credo.exs improvement: better type handling using new type inference 2024-06-18 16:37:32 -04:00
.formatter.exs improvement: add storage type option (#342) 2024-07-08 09:54:50 -04:00
.gitignore feat: snapshot-based migration generator 2020-09-10 20:26:47 -04:00
.tool-versions improvement: pluralize table name in extender 2024-07-18 12:53:38 -04:00
CHANGELOG.md chore: release version v2.1.17 2024-07-27 17:13:49 -04:00
LICENSE Update LICENSE 2020-09-21 14:02:15 -04:00
mix.exs improvement: update ash_sql for latest fixes 2024-07-30 17:15:39 -04:00
mix.lock chore(deps): bump the production-dependencies group with 2 updates (#365) 2024-08-01 12:23:46 -04:00
README.md docs: move new note to what-is-ash-postgres.md 2024-07-09 11:20:36 -04:00

Logo Logo

Elixir CI License: MIT Hex version badge Hexdocs badge

AshPostgres

Welcome! AshPostgres is the PostgreSQL data layer for Ash Framework.

Tutorials

Topics

Resources

Development

Advanced

Reference