Readme
This commit is contained in:
parent
af4fb2ab7d
commit
28b82fa6ed
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user