From ac1071a7787cc276eaa2b8a3aa67d6ce99e1c7bf Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Tue, 5 Apr 2022 21:25:58 +0800 Subject: [PATCH] Readme --- README.md | 4 ++++ src/lib.rs | 3 +++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index c580ee9d..7ad89fdd 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,16 @@ Join our Discord server to chat with others in the SeaQL community! + [Getting Started](https://www.sea-ql.org/SeaORM/docs/index) + [Usage Example](https://github.com/SeaQL/sea-orm/tree/master/examples/basic) + +Integration examples + + [Rocket Example](https://github.com/SeaQL/sea-orm/tree/master/examples/rocket_example) + [Actix Example](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_example) + [Axum Example](https://github.com/SeaQL/sea-orm/tree/master/examples/axum_example) + [Poem Example](https://github.com/SeaQL/sea-orm/tree/master/examples/poem_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) ++ [Tonic Example](https://github.com/SeaQL/sea-orm/tree/master/examples/tonic_example) ## Features diff --git a/src/lib.rs b/src/lib.rs index 59e589e9..aa0da2c2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -35,12 +35,15 @@ //! + [Getting Started](https://www.sea-ql.org/SeaORM/docs/index) //! + [Usage Example](https://github.com/SeaQL/sea-orm/tree/master/examples/basic) //! +//! Integration examples +//! //! + [Rocket Example](https://github.com/SeaQL/sea-orm/tree/master/examples/rocket_example) //! + [Actix Example](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_example) //! + [Axum Example](https://github.com/SeaQL/sea-orm/tree/master/examples/axum_example) //! + [Poem Example](https://github.com/SeaQL/sea-orm/tree/master/examples/poem_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) +//! + [Tonic Example](https://github.com/SeaQL/sea-orm/tree/master/examples/tonic_example) //! //! ## Features //!