Differences From Artifact [9ff239b4bf]:
- File src/sql.rs — part of check-in [0340541002] at 2025-04-24 12:12:43 on branch trunk — move all sql stuff to separate module, get rid of macros (user: arcade, size: 5794) [annotate] [blame] [check-ins using]
To Artifact [5aa2f82de1]:
- File src/sql.rs — part of check-in [e3f7eeb26a] at 2025-04-26 06:10:05 on branch trunk — fix int size, small bump (user: arcade, size: 5794) [annotate] [blame] [check-ins using]
︙ | |||
15 16 17 18 19 20 21 | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | - + | Row, postgres::PgPoolOptions, pool::PoolConnection, }; #[derive(sqlx::FromRow, Debug)] pub struct List { |
︙ |