This commit is contained in:
Chris Tsang 2023-08-10 01:38:32 +01:00
parent 12a42d524e
commit c86744c686
2 changed files with 4 additions and 4 deletions

View File

@ -188,9 +188,9 @@ fruit::Entity::delete_many()
```
## 🧭 Seaography: first-class GraphQL integration (preview)
## 🧭 Seaography: GraphQL integration (preview)
[Seaography](https://github.com/SeaQL/seaography) is a GraphQL framework built on top of SeaORM. It embodies our vision of 'full-stack Rust': with just a few commands, you can launch a GraphQL server from SeaORM entities!
[Seaography](https://github.com/SeaQL/seaography) is a GraphQL framework built on top of SeaORM. Seaography allows you to build GraphQL resolvers quickly. With just a few commands, you can launch a GraphQL server from SeaORM entities!
Starting `0.12`, `seaography` integration is built into `sea-orm`. While Seaography development is still in an early stage, it is especially useful in prototyping and building internal-use admin panels.

View File

@ -261,9 +261,9 @@
//! # }
//! ```
//!
//! ## 🧭 Seaography: first-class GraphQL integration (preview)
//! ## 🧭 Seaography: GraphQL integration (preview)
//!
//! [Seaography](https://github.com/SeaQL/seaography) is a GraphQL framework built on top of SeaORM. It embodies our vision of 'full-stack Rust': with just a few commands, you can launch a GraphQL server from SeaORM entities!
//! [Seaography](https://github.com/SeaQL/seaography) is a GraphQL framework built on top of SeaORM. Seaography allows you to build GraphQL resolvers quickly. With just a few commands, you can launch a GraphQL server from SeaORM entities!
//!
//! Starting `0.12`, `seaography` integration is built into `sea-orm`. While Seaography development is still in an early stage, it is especially useful in prototyping and building internal-use admin panels.
//!