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:
- Core: GitHub - mohamadzoh/tideorm: Developer-Friendly Rust ORM · GitHub
- CLI: GitHub - mohamadzoh/tideorm-cli · GitHub
I would really appreciate feedback
Thanks