electric-sql / pglite

Lightweight WASM Postgres with real-time, reactive bindings.
https://pglite.dev
Apache License 2.0
9.32k stars 197 forks source link

extension: pg_trgm #50

Closed zachblume closed 3 months ago

zachblume commented 7 months ago

support for similarity of text using trigram matching https://www.postgresql.org/docs/current/pgtrgm.html

Use case for me for pglite:

samwillis commented 3 months ago

pg_trgm is supported in the current alpha/@next release, expected to go final in about a week.