Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ash-project/ash_postgres
The PostgreSQL data layer for Ash Framework
https://github.com/ash-project/ash_postgres
ash data-layer database elixir postgres postgresql
Last synced: 1 day ago
JSON representation
The PostgreSQL data layer for Ash Framework
- Host: GitHub
- URL: https://github.com/ash-project/ash_postgres
- Owner: ash-project
- License: mit
- Created: 2019-10-07T14:36:20.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T16:30:45.000Z (9 days ago)
- Last Synced: 2024-12-17T18:09:26.205Z (8 days ago)
- Topics: ash, data-layer, database, elixir, postgres, postgresql
- Language: Elixir
- Homepage: https://hexdocs.pm/ash_postgres
- Size: 2.63 MB
- Stars: 140
- Watchers: 11
- Forks: 78
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
![Logo](https://github.com/ash-project/ash/blob/main/logos/cropped-for-header-black-text.png?raw=true#gh-light-mode-only)
![Logo](https://github.com/ash-project/ash/blob/main/logos/cropped-for-header-white-text.png?raw=true#gh-dark-mode-only)![Elixir CI](https://github.com/ash-project/ash_postgres/workflows/CI/badge.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/license/MIT)
[![Hex version badge](https://img.shields.io/hexpm/v/ash_postgres.svg)](https://hex.pm/packages/ash_postgres)
[![Hexdocs badge](https://img.shields.io/badge/docs-hexdocs-purple)](https://hexdocs.pm/ash_postgres)# AshPostgres
Welcome! `AshPostgres` is the PostgreSQL data layer for [Ash Framework](https://hexdocs.pm/ash).
## Tutorials
- [Get Started](documentation/tutorials/get-started-with-ash-postgres.md)
## Topics
- [What is AshPostgres?](documentation/topics/about-ash-postgres/what-is-ash-postgres.md)
### Resources
- [References](documentation/topics/resources/references.md)
- [Polymorphic Resources](documentation/topics/resources/polymorphic-resources.md)### Development
- [Migrations and tasks](documentation/topics/development/migrations-and-tasks.md)
- [Testing](documentation/topics/development/testing.md)
- [Upgrading to 2.0](documentation/topics/development/upgrading-to-2.0.md)### Advanced
- [Expressions](documentation/topics/advanced/expressions.md)
- [Manual Relationships](documentation/topics/advanced/manual-relationships.md)
- [Schema Based Multitenancy](documentation/topics/advanced/schema-based-multitenancy.md)## Reference
- [AshPostgres.DataLayer DSL](documentation/dsls/DSL-AshPostgres.DataLayer.md)