feedsignal/crates/db
Austin Schaefer 73c80491be
All checks were successful
CI / check (pull_request) Successful in 1m34s
CI / test (pull_request) Successful in 3m19s
CI / audit (pull_request) Successful in 12s
Turn RankedArticleRow into a struct instead of a 7-field tuple
Tuples this large stop being readable at the call site (positional
indices like rows[0].6 give no hint what they mean); a named struct
documents each field and lets rustc catch reordering mistakes.
2026-09-03 21:20:41 +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 Turn RankedArticleRow into a struct instead of a 7-field tuple 2026-09-03 21:20:41 +02:00
Cargo.toml Replace sqlx with Diesel + diesel-async for compile-time-checked queries 2026-08-21 11:04:38 +02:00