SeaORM - An async ORM for Rust
Inspired by ActiveRecord, Eloquent and TypeORM, SeaORM aims to provide you an intuitive and ergonomic API to make working with databases in Rust a first-class experience.
This is an early WIP of SeaORM, and is not yet published. See example for demo usage.
Features
- Async
Relying on SQLx, SeaORM is a new library with async support from day 1.
- Dynamic
Built upon SeaQuery, a dynamic query builder, SeaORM allows you to build complex queries without 'fighting the ORM'.
- Testable
Use mock connections to write unit tests for your logic.
- API oriented
Quickly build search models that help you join, filter, sort and paginate data in APIs.
Description
Languages
Rust
98.4%
HTML
1.3%
Shell
0.3%