This commit is contained in:
Chris Tsang 2021-06-30 11:39:40 +08:00
parent adaaf31dd9
commit f6ea8a7b3f
2 changed files with 4 additions and 4 deletions

View File

@ -33,6 +33,6 @@ Built upon SeaQuery, a dynamic query builder, SeaORM allows you to build complex
Use mock connections to write unit tests for your logic. Use mock connections to write unit tests for your logic.
4. API oriented 4. Service oriented
Quickly build search models that help you join, filter, sort and paginate data in APIs. Quickly build services that join, filter, sort and paginate data in APIs.

View File

@ -35,9 +35,9 @@
//! //!
//! Use mock connections to write unit tests for your logic. //! Use mock connections to write unit tests for your logic.
//! //!
//! 4. API oriented //! 4. Service oriented
//! //!
//! Quickly build search models that help you join, filter, sort and paginate data in APIs. //! Quickly build services that join, filter, sort and paginate data in APIs.
//! //!
//! # A quick taste of SeaORM //! # A quick taste of SeaORM
//! //!