From 19f0ecd0bcd037140149b5be24bca95f5d9df7b5 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Wed, 16 Nov 2022 14:09:48 +0800 Subject: [PATCH] Readme --- README.md | 4 +++- src/lib.rs | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c0ba585..9608a64a 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,9 @@ The following products are powered by SeaORM: -SeaORM is the foundation of [StarfishQL](https://github.com/SeaQL/starfish-ql), an experimental graph database and query engine developed by SeaQL. +SeaORM is the foundation of: ++ [StarfishQL](https://github.com/SeaQL/starfish-ql): an experimental graph database ++ [Seaography](https://github.com/SeaQL/seaography): GraphQL framework for SeaORM For more projects, see [Built with SeaORM](https://github.com/SeaQL/sea-orm/blob/master/COMMUNITY.md#built-with-seaorm). diff --git a/src/lib.rs b/src/lib.rs index 093c240c..c60dd4c6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -278,7 +278,9 @@ //! //! //! -//! SeaORM is the foundation of [StarfishQL](https://github.com/SeaQL/starfish-ql), an experimental graph database and query engine developed by SeaQL. +//! SeaORM is the foundation of: +//! + [StarfishQL](https://github.com/SeaQL/starfish-ql): an experimental graph database +//! + [Seaography](https://github.com/SeaQL/seaography): GraphQL framework for SeaORM //! //! For more projects, see [Built with SeaORM](https://github.com/SeaQL/sea-orm/blob/master/COMMUNITY.md#built-with-seaorm). //!