diff --git a/src/lib.rs b/src/lib.rs index 25bb22ff..27e1aed4 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)