sea-orm-sync 2.0.0-rc.38

🐚 The sync version of SeaORM
Documentation
1
2
3
4
5
/// Trait for Entities with Arrow integration
pub trait ArrowSchema {
    /// Get the Arrow schema for this Entity
    fn arrow_schema() -> sea_orm_arrow::arrow::datatypes::Schema;
}