electric-sql / pglite

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

extension: pg_trgm #50

Closed zachblume closed 1 month ago

zachblume commented 6 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 1 month ago

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