This commit is contained in:
Chris Tsang 2021-05-07 03:37:22 +08:00
parent af4fb2ab7d
commit 28b82fa6ed

View File

@ -10,21 +10,23 @@
</div> </div>
# SeaORM - The Document ORM for Rust # SeaORM - An [adjective] ORM for Rust
## Features ## Features
1. Async 1. Async
SeaORM is new to the party and rely on SQLx, so async support is not an afterthought. SeaORM is new to the party and rely on SQLx, so async support is not an afterthought.
2. Progressive 2. Progressive
Built upon SeaQuery (a dynamic query builder), SeaORM allows you to build complex queries without 'fighting the ORM'. Built upon SeaQuery (a dynamic query builder), SeaORM allows you to build complex queries without 'fighting the ORM'.
3. Testable 3. Testable
Use mock connection to write unit tests for your logic. Use mock connection to write unit tests for your logic.
4. API oriented 4. API oriented
Quickly build search models that help you filter, sort and paginate data in APIs. Quickly build search models that help you filter, sort and paginate data in APIs.