feedsignal/crates/db
Austin Schaefer cc79f59a7d
All checks were successful
CI / check (pull_request) Successful in 1m58s
CI / test (pull_request) Successful in 2m28s
CI / audit (pull_request) Successful in 10s
Decode list_ranked_articles rows via a From<Row> impl
Replaces the inline .map() closure with From<Row> for
RankedArticleRow, separating "what a raw SQLite row looks like" from
the query itself.
2026-09-03 21:26:56 +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 Decode list_ranked_articles rows via a From<Row> impl 2026-09-03 21:26:56 +02:00
Cargo.toml Replace sqlx with Diesel + diesel-async for compile-time-checked queries 2026-08-21 11:04:38 +02:00