A postgresql datalayer for the Ash Framework
Find a file
2024-07-09 11:20:36 -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: adjustments for tests 2024-07-02 12:30:25 -04:00
documentation docs: move new note to what-is-ash-postgres.md 2024-07-09 11:20:36 -04:00
lib fix: ensure that we return {:ok, zipper} from find_and_update_or_create_module 2024-07-09 07:54:50 -04:00
logos feat: use the new DSL builder for config (#7) 2020-06-14 03:04:18 -04:00
priv improvement: add storage type option (#342) 2024-07-08 09:54:50 -04:00
test fix: ensure that we return {:ok, zipper} from find_and_update_or_create_module 2024-07-09 07:54:50 -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: add mix ash_postgres.install (mix igniter.install ash_postgres) 2024-06-21 19:49:47 -04:00
CHANGELOG.md chore: update changelog 2024-06-20 17:43:20 -04:00
LICENSE Update LICENSE 2020-09-21 14:02:15 -04:00
mix.exs improvement: add storage type option (#342) 2024-07-08 09:54:50 -04:00
mix.lock improvement: add storage type option (#342) 2024-07-08 09:54:50 -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