A postgresql datalayer for the Ash Framework
Find a file
2020-06-01 01:36:43 -04:00
config chore: release version v0.1.2 2020-06-01 01:36:43 -04:00
lib chore: remove ashton in favor of nimble_options 2020-06-01 01:14:49 -04:00
test WIP 2020-01-17 12:24:07 -05:00
.formatter.exs WIP 2020-04-03 23:42:15 -04:00
.gitignore WIP 2019-12-04 09:58:20 -05:00
CHANGELOG.md chore: release version v0.1.2 2020-06-01 01:36:43 -04:00
LICENSE WIP 2019-12-04 10:13:24 -05:00
mix.exs chore: release version v0.1.2 2020-06-01 01:36:43 -04:00
mix.lock chore: release version v0.1.2 2020-06-01 01:36:43 -04:00
README.md feat: add trigram search 2020-05-31 01:51:41 -04:00

AshPostgres

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?)