From 35adb37e199e0563b01f5aac49e64ac8b6984697 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Mon, 14 Mar 2022 14:27:35 +0800 Subject: [PATCH] Update lib.rs --- src/lib.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 9058e7f92c..c67d0f96f0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -31,6 +31,12 @@ //! //! SeaQuery is the foundation of [SeaORM](https://github.com/SeaQL/sea-orm), an async & dynamic ORM for Rust. //! +//! [![GitHub stars](https://img.shields.io/github/stars/SeaQL/sea-query.svg?style=social&label=Star&maxAge=1)](https://github.com/SeaQL/sea-query/stargazers/) +//! If you like what we do, consider starring, commenting, sharing and contributing! +//! +//! [![Discord](https://img.shields.io/discord/873880840487206962?label=Discord)](https://discord.com/invite/uCPdDXzbdv) +//! Join our Discord server to chat with others in the SeaQL community! +//! //! ## Install //! //! ```toml