From 4ae267d808d3bb5e563127255955e09eaa5e236c Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Tue, 28 May 2024 16:24:24 +0100 Subject: [PATCH] README --- README.md | 5 ++--- src/lib.rs | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c00bbb3d..0ddac878 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,9 @@ Integration examples: + [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) ++ [Loco TODO Example](https://github.com/SeaQL/sea-orm/tree/master/examples/loco_example) / [Loco REST Starter](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) ++ [Rocket Example](https://github.com/SeaQL/sea-orm/tree/master/examples/rocket_example) / [Rocket OpenAPI Example](https://github.com/SeaQL/sea-orm/tree/master/examples/rocket_okapi_example) + [Salvo Example](https://github.com/SeaQL/sea-orm/tree/master/examples/salvo_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) diff --git a/src/lib.rs b/src/lib.rs index 27e1aed4..38457291 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -43,10 +43,9 @@ //! + [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) +//! + [Loco TODO Example](https://github.com/SeaQL/sea-orm/tree/master/examples/loco_example) / [Loco REST Starter](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) +//! + [Rocket Example](https://github.com/SeaQL/sea-orm/tree/master/examples/rocket_example) / [Rocket OpenAPI Example](https://github.com/SeaQL/sea-orm/tree/master/examples/rocket_okapi_example) //! + [Salvo Example](https://github.com/SeaQL/sea-orm/tree/master/examples/salvo_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)