easy-sql-macros 1.1.2

Easy SQL support library
Documentation
1
2
3
4
5
6
#[derive(Debug, Clone)]
pub struct JoinedField {
    pub field: syn::Field,
    pub table: syn::Path,
    pub table_field: syn::Ident,
}