Function butane_core::codegen::get_deferred_sql_type

source ยท
pub fn get_deferred_sql_type(ty: &Type) -> DeferredSqlType
Expand description

Determine whether a type refers to a data type that is supported directly by butane, or is a custom defined struct. It looks inside an Option or crate::fkey::ForeignKey to determine the inner type.