This commit is contained in:
Chris Tsang 2024-05-28 16:29:19 +01:00
parent 3865ca3729
commit e75fa6aa49
2 changed files with 6 additions and 6 deletions

View File

@ -27,6 +27,9 @@ Please help us with maintaining SeaORM by completing the [SeaQL Community Survey
+ [Tutorial](https://www.sea-ql.org/sea-orm-tutorial) + [Tutorial](https://www.sea-ql.org/sea-orm-tutorial)
+ [Cookbook](https://www.sea-ql.org/sea-orm-cookbook) + [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 other members of the SeaQL community!
Integration examples: Integration examples:
+ [Actix v4 Example](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_example) + [Actix v4 Example](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_example)
@ -40,9 +43,6 @@ Integration examples:
+ [Tonic Example](https://github.com/SeaQL/sea-orm/tree/master/examples/tonic_example) + [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) + [Seaography Example](https://github.com/SeaQL/sea-orm/tree/master/examples/seaography_example)
[![Discord](https://img.shields.io/discord/873880840487206962?label=Discord)](https://discord.com/invite/uCPdDXzbdv)
Join our Discord server to chat with other members of the SeaQL community!
## Features ## Features
1. Async 1. Async

View File

@ -37,6 +37,9 @@
//! + [Tutorial](https://www.sea-ql.org/sea-orm-tutorial) //! + [Tutorial](https://www.sea-ql.org/sea-orm-tutorial)
//! + [Cookbook](https://www.sea-ql.org/sea-orm-cookbook) //! + [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 other members of the SeaQL community!
//!
//! Integration examples: //! Integration examples:
//! //!
//! + [Actix v4 Example](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_example) //! + [Actix v4 Example](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_example)
@ -50,9 +53,6 @@
//! + [Tonic Example](https://github.com/SeaQL/sea-orm/tree/master/examples/tonic_example) //! + [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) //! + [Seaography Example](https://github.com/SeaQL/sea-orm/tree/master/examples/seaography_example)
//! //!
//! [![Discord](https://img.shields.io/discord/873880840487206962?label=Discord)](https://discord.com/invite/uCPdDXzbdv)
//! Join our Discord server to chat with other members of the SeaQL community!
//!
//! ## Features //! ## Features
//! //!
//! 1. Async //! 1. Async