You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've gotten good results in the past by using the string similarity defined in the Postgres pg_trgm extension.
I have an implementation for it in Rust and was thinking of releasing it as a standalone crate, but maybe it would make more sense to add it here. What do you think?
The text was updated successfully, but these errors were encountered:
I've gotten good results in the past by using the string similarity defined in the Postgres pg_trgm extension.
I have an implementation for it in Rust and was thinking of releasing it as a standalone crate, but maybe it would make more sense to add it here. What do you think?
The text was updated successfully, but these errors were encountered: