A postgresql datalayer for the Ash Framework
Go to file
2024-07-25 16:18:43 -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 fix: don't overwrite non-updated fields on update 2024-07-25 16:16:12 -04:00
logos feat: use the new DSL builder for config (#7) 2020-06-14 03:04:18 -04:00
priv chore: update tests/migrations 2024-07-17 11:40:17 -04:00
test test validation aggregates individually as well (#360) 2024-07-23 06:55:44 -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.16 2024-07-25 16:18:43 -04:00
LICENSE Update LICENSE 2020-09-21 14:02:15 -04:00
mix.exs chore: release version v2.1.16 2024-07-25 16:18:43 -04:00
mix.lock fix: don't overwrite non-updated fields on update 2024-07-25 16:16:12 -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