github SeaQL/sea-orm 2.0.0-rc.34

8 hours ago
  • Don't create index if column is already unique (entity first workflow) (#2950)
  • Derive clone for topologies (#2954)
  • Added try_from_u64 to DeriveValueType (#2958)
// Test for try_from_u64 attribute with type alias
type UserId = i32;

#[derive(Clone, Debug, PartialEq, Eq, DeriveValueType)]
#[sea_orm(try_from_u64)]
pub struct MyUserId(pub UserId);
  • Arrow / Parquet support (#2957)
    • Added ArrowSchema, DeriveArrowSchema
    • Support decimal with different formats
    • Support timestamp with different timezone / resolution
    • Added parquet example

Don't miss a new sea-orm release

NewReleases is sending notifications on new releases.