chore: update docs

This commit is contained in:
Zach Daniel 2022-07-20 14:25:47 -04:00
parent 98c521eff3
commit 16c0497916

View file

@ -14,6 +14,8 @@ defmodule AshPostgres.Repo do
Extensions that are relevant to ash_postgres:
* "ash-functions" - This isn't really an extension, but it expresses that certain functions
should be added when generating migrations, to support the `||` and `&&` operators in expressions.
* `"uuid-ossp"` - Sets UUID primary keys defaults in the migration generator
* `"pg_trgm"` - Makes the `AshPostgres.Predicates.Trigram` custom predicate available
* "citext" - Allows case insensitive fields to be used