A postgresql datalayer for the Ash Framework
Find a file
dependabot[bot] cd9201af05
chore(deps): bump ash from 3.0.3 to 3.0.4 (#300)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.3 to 3.0.4.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/3.0.3...v3.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-23 09:24:27 -04:00
.github chore: enable dependabot for mix dependencies. 2024-04-11 09:32:34 +12: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 fix: update ash & fix subquery sort references 2024-05-03 00:02:04 -04:00
documentation fix: handle complex maps/list on update 2024-05-22 17:47:10 -04:00
lib fix: handle complex maps/list on update 2024-05-22 17:47:10 -04:00
logos feat: use the new DSL builder for config (#7) 2020-06-14 03:04:18 -04:00
priv chore: failing test for calculation ordered paginated relationship (#292) 2024-05-20 10:06:49 -04:00
test fix: handle complex maps/list on update 2024-05-22 17:47:10 -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: add default implementation for pg_version, and rename to min_pg_version 2024-03-27 19:20:49 -04:00
.formatter.exs improvement: Add nulls_distinct option to CustomIndex (#221) 2024-03-12 20:22:34 -04:00
.gitignore feat: snapshot-based migration generator 2020-09-10 20:26:47 -04:00
.tool-versions fix: properly format migrations 2024-03-20 16:18:27 -04:00
CHANGELOG.md chore: release version v2.0.3 2024-05-22 17:49:49 -04:00
LICENSE Update LICENSE 2020-09-21 14:02:15 -04:00
mix.exs chore: release version v2.0.3 2024-05-22 17:49:49 -04:00
mix.lock chore(deps): bump ash from 3.0.3 to 3.0.4 (#300) 2024-05-23 09:24:27 -04:00
README.md chore: fix link to ash_postgres 2024-05-01 16:23:51 -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