From b575072aa5b6b0b6830489b0484989a3d15c0395 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Tue, 28 May 2024 16:01:06 +0800 Subject: [PATCH] README --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 25bb22ff8..27e1aed45 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -43,6 +43,8 @@ //! + [Axum Example](https://github.com/SeaQL/sea-orm/tree/master/examples/axum_example) //! + [GraphQL Example](https://github.com/SeaQL/sea-orm/tree/master/examples/graphql_example) //! + [jsonrpsee Example](https://github.com/SeaQL/sea-orm/tree/master/examples/jsonrpsee_example) +//! + [Loco Example](https://github.com/SeaQL/sea-orm/tree/master/examples/loco_example) +//! + [Loco REST Starter Example](https://github.com/SeaQL/sea-orm/tree/master/examples/loco_starter) //! + [Poem Example](https://github.com/SeaQL/sea-orm/tree/master/examples/poem_example) //! + [Rocket Example](https://github.com/SeaQL/sea-orm/tree/master/examples/rocket_example) //! + [Salvo Example](https://github.com/SeaQL/sea-orm/tree/master/examples/salvo_example)