From c86744c6861ae38223605537a6d3b7d52c9bd549 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Thu, 10 Aug 2023 01:38:32 +0100 Subject: [PATCH] Readme --- README.md | 4 ++-- src/lib.rs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 716117d3..d24f19b5 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/src/lib.rs b/src/lib.rs index 0a713416..d7424dc2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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. //!