
Tin: full-text search for Postgres
Tin is an open‑source extension that brings full‑text search capabilities to PostgreSQL databases. It adds indexing and ranking functions, supports multiple languages, and integrates directly with standard SQL queries, allowing developers to implement search features without external engines. The project aims to simplify search implementation while leveraging Postgres’ existing infrastructure. Written in Rust, Tin offers an API and is hosted on GitHub for community contributions.