Add example links
This commit is contained in:
parent
70f1b4cbe0
commit
710ef7a66b
@ -30,14 +30,15 @@ Join our Discord server to chat with others in the SeaQL community!
|
||||
|
||||
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)
|
||||
+ [Actix v4 Example](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_example)
|
||||
+ [Actix v3 Example](https://github.com/SeaQL/sea-orm/tree/master/examples/actix3_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)
|
||||
+ [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)
|
||||
+ [Tonic Example](https://github.com/SeaQL/sea-orm/tree/master/examples/tonic_example)
|
||||
|
||||
## Features
|
||||
|
||||
|
@ -38,12 +38,14 @@
|
||||
//!
|
||||
//! 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)
|
||||
//! + [Actix v4 Example](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_example)
|
||||
//! + [Actix v3 Example](https://github.com/SeaQL/sea-orm/tree/master/examples/actix3_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)
|
||||
//! + [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)
|
||||
//! + [Tonic Example](https://github.com/SeaQL/sea-orm/tree/master/examples/tonic_example)
|
||||
//!
|
||||
//! ## Features
|
||||
|
Loading…
x
Reference in New Issue
Block a user