From 66ba234156f4b27e6bd0fdc3616fbf95033006f2 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Mon, 18 Apr 2022 23:53:47 +0800 Subject: [PATCH] Readme --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06a8bdba..c6cbd30c 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ fruit::Entity::delete_many() ## Who's using SeaORM? -SeaORM is the foundation of [StarfishQL](https://github.com/SeaQL/starfish-ql). +SeaORM is the foundation of [StarfishQL](https://github.com/SeaQL/starfish-ql), an experimental graph database and query engine. 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 80c939fb..1cc42f3a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -262,7 +262,7 @@ //! //! ## Who's using SeaORM? //! -//! SeaORM is the foundation of [StarfishQL](https://github.com/SeaQL/starfish-ql). +//! SeaORM is the foundation of [StarfishQL](https://github.com/SeaQL/starfish-ql), an experimental graph database and query engine. //! //! For more projects, see [Built with SeaORM](https://github.com/SeaQL/sea-orm/blob/master/COMMUNITY.md#built-with-seaorm). //!