planetscale/lead
A non-production Postgres text-search extension for exercising TIN-compatible application SQL in development, test, CI, and staging environments
About the project
A deliberately non-production Postgres text-search extension that mimics TIN behavior so TIN-compatible application SQL can be exercised in dev, test, CI, and staging. It is unsuitable for production: the index stores no search data and every scan returns all heap pages as candidates.
Useful for
- Verify TINQL queries and the ==> operator in CI without access to TIN
- Run a local Postgres with the tin extension to debug search queries
- Build the extension for a specific Postgres major version via cargo pgrx package
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 12 stars so far today, about 21 expected by the end of the day.
- The spike has held for 2 days in a row — not a one-off blip.
- The repository is 1 day old and already has 106 stars.
- Top new repositories this week: #109.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 106
- Stars in a day
- 21
- Forks
- 3
- Issues and pull requests
- 6
- Watchers
- 2
- Language
- Rust
- License
- AGPL-3.0
- Created
- September 17, 2026
- Last push
- September 18, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 18, 2026Top new repositories this week: #100
- September 17, 2026Top new repositories this week: #153
Similar projects
-
5.7
supabase/supabase
Postgres development platform: hosted database with auth, auto-generated REST/GraphQL APIs, realtime subscriptions, file storage and edge functions. An open-source Firebase alternative.
-
3.2
fleetbase/fleetbase
Modular logistics and supply chain operating system for managing orders, fleets, service zones, and real-time tracking. Suited for e-commerce, courier services, food delivery, and field services.
-
3.1
iii-hq/iii
iii is a Rust runtime for composing backends from workers: each service registers functions and triggers (HTTP, cron, queues, state), while the engine handles routing, observability, and runtime addition of workers.
-
2.5
NangoHQ/nango
Open-source platform for product integrations with 900+ APIs: managed OAuth and token refresh, a proxy for authenticated requests, and TypeScript functions for integration logic, including AI-generated ones.
-
2.2
dragonflydb/dragonfly
Dragonfly is a multi-threaded in-memory data store compatible with the Redis and Memcached APIs, offering higher throughput and better memory efficiency than them. It works as a drop-in replacement for Redis/Memcached…
-
2.1
temporalio/temporal
Temporal is a durable execution platform: the server runs Workflows and automatically survives intermittent failures by retrying failed operations. It targets developers of distributed applications who need reliability…