Rename example

This commit is contained in:
Chris Tsang 2022-04-03 22:06:23 +08:00
parent 6a22207944
commit 311a14a470
25 changed files with 4 additions and 4 deletions

View File

@ -293,7 +293,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
path: [basic, actix_example, actix3_example, axum_example, axum-graphql_example, rocket_example, poem_example, jsonrpsee_example] path: [basic, actix_example, actix3_example, axum_example, graphql_example, rocket_example, poem_example, jsonrpsee_example]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View File

@ -29,8 +29,8 @@ Join our Discord server to chat with others in the SeaQL community!
+ [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)
+ [Actix Example](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_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) + [Axum Example](https://github.com/SeaQL/sea-orm/tree/master/examples/axum_example)
+ [Axum-GraphQL Example](https://github.com/SeaQL/sea-orm/tree/master/examples/axum-graphql_example)
+ [Poem Example](https://github.com/SeaQL/sea-orm/tree/master/examples/poem_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)
## Features ## Features

View File

@ -1,5 +1,5 @@
[package] [package]
name = "axum-graphql" name = "sea-orm-graphql-example"
authors = ["Aaron Leopold <aaronleopold1221@gmail.com>"] authors = ["Aaron Leopold <aaronleopold1221@gmail.com>"]
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"

View File

Before

Width:  |  Height:  |  Size: 615 KiB

After

Width:  |  Height:  |  Size: 615 KiB

View File

Before

Width:  |  Height:  |  Size: 570 KiB

After

Width:  |  Height:  |  Size: 570 KiB

View File

@ -37,8 +37,8 @@
//! + [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)
//! + [Actix Example](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_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) //! + [Axum Example](https://github.com/SeaQL/sea-orm/tree/master/examples/axum_example)
//! + [Axum-GraphQL Example](https://github.com/SeaQL/sea-orm/tree/master/examples/axum-graphql_example)
//! + [Poem Example](https://github.com/SeaQL/sea-orm/tree/master/examples/poem_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)
//! //!
//! ## Features //! ## Features
//! //!