diff --git a/README.md b/README.md index 19430c9f..56f20cc5 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,10 @@ fruit::Entity::delete_many() 1. [Release Model](https://www.sea-ql.org/SeaORM/blog/2021-08-30-release-model) 1. [Change Log](https://github.com/SeaQL/sea-orm/tree/master/CHANGELOG.md) +## Who's using SeaORM? + +[Community](https://github.com/SeaQL/sea-orm/tree/master/COMMUNITY.md) + ## License Licensed under either of diff --git a/src/lib.rs b/src/lib.rs index 6b17eabd..4e85be55 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -253,6 +253,10 @@ //! 1. [Architecture](https://github.com/SeaQL/sea-orm/tree/master/ARCHITECTURE.md) //! 1. [Release Model](https://www.sea-ql.org/SeaORM/blog/2021-08-30-release-model) //! 1. [Change Log](https://github.com/SeaQL/sea-orm/tree/master/CHANGELOG.md) +//! +//! ## Who's using SeaORM? +//! +//! [Community](https://github.com/SeaQL/sea-orm/tree/master/COMMUNITY.md) //! //! ## License //!