SeaORM
🐚 An async & dynamic ORM for Rust
[](https://crates.io/crates/sea-orm)
[](https://docs.rs/sea-orm)
[](https://github.com/SeaQL/sea-orm/actions/workflows/rust.yml)
Built with 🔥 by 🌊🦀🐚
# SeaORM
SeaORM is a relational ORM to help you build light weight and concurrent web services in Rust.
[](https://www.sea-ql.org/SeaORM/docs/index)
[](https://github.com/SeaQL/sea-orm/tree/master/examples/async-std)
[](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_example)
[](https://github.com/SeaQL/sea-orm/tree/master/examples/rocket_example)
[](https://discord.com/invite/uCPdDXzbdv)
## Features
1. Async
Relying on [SQLx](https://github.com/launchbadge/sqlx), SeaORM is a new library with async support from day 1.
```rust
// execute multiple queries in parallel
let cakes_and_fruits: (Vec