TideORM — ActiveRecord-style ORM for Rust built on SeaORM (looking for feedback)

Hi

I’ve been working on a project called TideORM — an ORM layer built on top of SeaORM that brings an ActiveRecord-style API to Rust.

The goal is to make Rust backend development feel more familiar for developers coming from frameworks like Laravel or Rails, while still keeping Rust’s performance and safety.

Main ideas:

  • ActiveRecord-style models
  • Clean and expressive syntax
  • Built on top of SeaORM (so it stays robust and async-ready)

GitHub:

I would really appreciate feedback

Thanks