ash_postgres/README.md

41 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

![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)
2020-06-03 14:30:02 +12:00
![Elixir CI](https://github.com/ash-project/ash_postgres/workflows/CI/badge.svg)
2020-06-01 17:41:10 +12:00
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
2020-06-11 03:21:49 +12:00
[![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)
2020-09-03 20:18:11 +12:00
# AshPostgres
2020-10-29 16:56:59 +13:00
2024-05-02 06:45:42 +12:00
Welcome! `AshPostgres` is the PostgreSQL data layer for [Ash Framework](https://hexdocs.pm/ash).
2020-10-29 16:56:59 +13:00
## Tutorials
2020-10-29 16:56:59 +13:00
- [Get Started](documentation/tutorials/get-started-with-ash-postgres.md)
2020-10-29 16:56:59 +13:00
## Topics
2020-10-29 16:56:59 +13:00
2024-05-02 08:23:51 +12:00
- [What is AshPostgres?](documentation/topics/about-ash-postgres/what-is-ash-postgres.md)
2021-03-15 10:22:59 +13:00
### Resources
2021-03-15 10:22:59 +13:00
- [References](documentation/topics/resources/references.md)
- [Polymorphic Resources](documentation/topics/resources/polymorphic-resources.md)
2020-10-29 16:56:59 +13:00
### Development
2020-10-29 16:56:59 +13:00
- [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)