feedsignal/crates/db
Austin Schaefer 33d2dfe011
All checks were successful
CI / check (pull_request) Successful in 5m2s
CI / test (pull_request) Successful in 3m18s
CI / audit (pull_request) Successful in 15s
Merge list_feeds_with_titles into list_feeds
Both queried the same table with near-identical loads, differing only
by an extra title column and ordering. Fold title into list_feeds'
tuple (its one prior caller, the polling job, ignores it) so there's
a single feed-listing query instead of two that can drift apart.
2026-09-03 19:49:39 +02:00
..
migrations/2026-08-21-000000_init Replace sqlx with Diesel + diesel-async for compile-time-checked queries 2026-08-21 11:04:38 +02:00
src Merge list_feeds_with_titles into list_feeds 2026-09-03 19:49:39 +02:00
Cargo.toml Replace sqlx with Diesel + diesel-async for compile-time-checked queries 2026-08-21 11:04:38 +02:00