Files
movies-diary/crates/adapters
Gabriel Kaszewski c224cc6bd2 refactor: extract adapter-common crate — shared sqlx error mapping,
row-to-domain conversions, date/uuid utils

Eliminates 39 map_err copies, consolidates parse_uuid/parse_datetime/
datetime_to_str/format_year_month, extracts 7 shared row-to-domain
conversion functions (movie, review, watchlist, stats, user_summary).
Row structs stay per-adapter (FromRow is db-specific), only conversion
logic is shared. Net -281 lines.
2026-07-10 05:44:42 +02:00
..
2026-06-29 23:38:53 +02:00
fmt
2026-05-13 23:38:57 +02:00
fmt
2026-05-13 23:38:57 +02:00
2026-06-30 02:25:42 +02:00
2026-06-30 02:25:42 +02:00
fmt
2026-05-13 23:38:57 +02:00
fmt
2026-05-13 23:38:57 +02:00
2026-06-29 23:54:59 +02:00