diff --git a/README.md b/README.md index 06a8bdba6..c6cbd30ca 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 80c939fbe..1cc42f3a5 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). //!