ash_postgres/README.md

11 lines
429 B
Markdown
Raw Normal View History

2019-12-05 03:58:20 +13:00
# AshPostgres
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-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?)