ash_postgres/README.md

15 lines
794 B
Markdown
Raw Normal View History

2019-12-05 03:58:20 +13:00
# AshPostgres
2020-06-03 14:30:02 +12:00
2020-06-03 14:31:10 +12:00
![Elixir CI](https://github.com/ash-project/ash_postgres/workflows/Elixir%20CI/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-03 14:30:02 +12:00
[![Coverage Status](https://coveralls.io/repos/github/ash-project/ash_postgres/badge.svg?branch=master)](https://coveralls.io/github/ash-project/ash_postgres?branch=master)
[![Hex version badge](https://img.shields.io/hexpm/v/ash.svg)](https://hex.pm/packages/ash_postgres)
2020-05-31 17:51:41 +12:00
# TODO
## Configuration
- Need to figure out how to only fetch config one time in the configuration of the repo.
Right now, we are calling the `installed_extensions()` function in both `supervisor` and
`runtime` but that could mean checking the system environment variables every time (is that bad?)