sea-orm 2.0.0-rc.39

🐚 An async & dynamic ORM for Rust
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;
}