Derive Macro co_orm_macros::FromRow
source · #[derive(FromRow)]Expand description
#[derive(FromRow)]
impl sqlx::FromRow trait.
or use #[derive(sqlx::FromRow)] macro or impl sqlx::FromRow trait.
if using sqlx::FromRow, if have #[co_orm(skip)] add #[sqlx(skip)] .