harp_apps.storage.optionals.pg_trgm¶
- class PgTrgmOptional[source]¶
Bases:
BaseOptionalInstalls or uninstalls the required tools for postrges’ trigram based indexes and search.
- async install()[source]¶
Install this optional feature in the database. This will install the pg_trgm extension and create optimized index for search.