From 72e9a140e3c52ad11eec587eacb262dc42ce7a4c Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Thu, 19 Oct 2023 19:24:51 +0100 Subject: [PATCH] Update Readme --- README.md | 18 +++++++++++------- src/lib.rs | 18 +++++++++++------- 2 files changed, 22 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index d24f19b5..65c05728 100644 --- a/README.md +++ b/README.md @@ -16,20 +16,17 @@ #### SeaORM is a relational ORM to help you build web services in Rust with the familiarity of dynamic languages. -## Getting Started - [![GitHub stars](https://img.shields.io/github/stars/SeaQL/sea-orm.svg?style=social&label=Star&maxAge=1)](https://github.com/SeaQL/sea-orm/stargazers/) If you like what we do, consider starring, sharing and contributing! +Please help us with maintaining SeaORM by completing the [SeaQL Community Survey 2023](https://sea-ql.org/community-survey)! + +## Getting Started + + [Documentation](https://www.sea-ql.org/SeaORM) + [Tutorial](https://www.sea-ql.org/sea-orm-tutorial) + [Cookbook](https://www.sea-ql.org/sea-orm-cookbook) -[![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! - -Please help us with maintaining SeaORM by completing the [SeaQL Community Survey 2023](https://sea-ql.org/community-survey)! - Integration examples: + [Actix v4 Example](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_example) @@ -43,6 +40,13 @@ Integration examples: + [Tonic Example](https://github.com/SeaQL/sea-orm/tree/master/examples/tonic_example) + [Seaography Example](https://github.com/SeaQL/sea-orm/tree/master/examples/seaography_example) +## Support + +[![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! + +Professional support on Rust programming and best practices is available. You can email us for a quote! + ## Features 1. Async diff --git a/src/lib.rs b/src/lib.rs index d7424dc2..4aa0fd69 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -26,20 +26,17 @@ //! //! #### SeaORM is a relational ORM to help you build web services in Rust with the familiarity of dynamic languages. //! -//! ## Getting Started -//! //! [![GitHub stars](https://img.shields.io/github/stars/SeaQL/sea-orm.svg?style=social&label=Star&maxAge=1)](https://github.com/SeaQL/sea-orm/stargazers/) //! If you like what we do, consider starring, sharing and contributing! //! +//! Please help us with maintaining SeaORM by completing the [SeaQL Community Survey 2023](https://sea-ql.org/community-survey)! +//! +//! ## Getting Started +//! //! + [Documentation](https://www.sea-ql.org/SeaORM) //! + [Tutorial](https://www.sea-ql.org/sea-orm-tutorial) //! + [Cookbook](https://www.sea-ql.org/sea-orm-cookbook) //! -//! [![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! -//! -//! Please help us with maintaining SeaORM by completing the [SeaQL Community Survey 2023](https://sea-ql.org/community-survey)! -//! //! Integration examples: //! //! + [Actix v4 Example](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_example) @@ -53,6 +50,13 @@ //! + [Tonic Example](https://github.com/SeaQL/sea-orm/tree/master/examples/tonic_example) //! + [Seaography Example](https://github.com/SeaQL/sea-orm/tree/master/examples/seaography_example) //! +//! ## Support +//! +//! [![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! +//! +//! Professional support on Rust programming and best practices is available. You can email us for a quote! +//! //! ## Features //! //! 1. Async