Readme
This commit is contained in:
parent
2ce41fa6f2
commit
ad33d7745d
@ -49,15 +49,15 @@ Integration examples
|
|||||||
|
|
||||||
2. Dynamic
|
2. Dynamic
|
||||||
|
|
||||||
Built upon [SeaQuery](https://github.com/SeaQL/sea-query), SeaORM allows you to build complex queries without 'fighting the ORM'.
|
Built upon [SeaQuery](https://github.com/SeaQL/sea-query), SeaORM allows you to build complex dynamic queries.
|
||||||
|
|
||||||
3. Testable
|
3. Multi-backend
|
||||||
|
|
||||||
Use mock connections to write unit tests for your logic.
|
You can develop applications targeting multiple backends, or use Mock / SQLite as a test double in test suites.
|
||||||
|
|
||||||
4. Service Oriented
|
4. Service Oriented
|
||||||
|
|
||||||
Quickly build services that join, filter, sort and paginate data in APIs.
|
Quickly build services that join, filter, sort and paginate data in REST, GraphQL and gRPC APIs.
|
||||||
|
|
||||||
## A quick taste of SeaORM
|
## A quick taste of SeaORM
|
||||||
|
|
||||||
|
@ -59,15 +59,15 @@
|
|||||||
//!
|
//!
|
||||||
//! 2. Dynamic
|
//! 2. Dynamic
|
||||||
//!
|
//!
|
||||||
//! Built upon [SeaQuery](https://github.com/SeaQL/sea-query), SeaORM allows you to build complex queries without 'fighting the ORM'.
|
//! Built upon [SeaQuery](https://github.com/SeaQL/sea-query), SeaORM allows you to build complex dynamic queries.
|
||||||
//!
|
//!
|
||||||
//! 3. Testable
|
//! 3. Multi-backend
|
||||||
//!
|
//!
|
||||||
//! Use mock connections to write unit tests for your logic.
|
//! You can develop applications targeting multiple backends, or use Mock / SQLite as a test double in test suites.
|
||||||
//!
|
//!
|
||||||
//! 4. Service Oriented
|
//! 4. Service Oriented
|
||||||
//!
|
//!
|
||||||
//! Quickly build services that join, filter, sort and paginate data in APIs.
|
//! Quickly build services that join, filter, sort and paginate data in REST, GraphQL and gRPC APIs.
|
||||||
//!
|
//!
|
||||||
//! ## A quick taste of SeaORM
|
//! ## A quick taste of SeaORM
|
||||||
//!
|
//!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user