Skip to content

Commit

Permalink
[FULL] deprecate SeaORM actic3_example
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Mar 13, 2024
1 parent 93501d5 commit 6a497a9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Blog/blog/2022-07-17-whats-new-in-0.9.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,6 @@ impl MigrationTrait for Migration {
SeaORM plays well with the other crates in the async ecosystem. We maintain an array of example projects for building REST, GraphQL and gRPC services. More examples [wanted](https://github.com/SeaQL/sea-orm/issues/269)!

- [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)
- [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)
Expand Down
1 change: 0 additions & 1 deletion Blog/blog/2022-11-10-whats-new-in-0.10.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ Please check [here](https://github.com/SeaQL/sea-orm/blob/master/CHANGELOG.md#01
SeaORM plays well with the other crates in the async ecosystem. We maintain an array of example projects for building REST, GraphQL and gRPC services. More examples [wanted](https://github.com/SeaQL/sea-orm/issues/269)!

- [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)
- [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)
Expand Down
1 change: 0 additions & 1 deletion Blog/blog/2023-02-08-whats-new-in-seaorm-0.11.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ impl ColumnTrait for Column {
SeaORM plays well with the other crates in the async ecosystem. We maintain an array of example projects for building REST, GraphQL and gRPC services. More examples [wanted](https://github.com/SeaQL/sea-orm/issues/269)!

* [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)
* [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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ It's a good idea to have a grasp of the basic concepts first, so let's continue.
If you are so eager and want something grab-and-go, SeaQL maintains a set of official examples contributed by the community (we welcome more!):

- [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)
- [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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ It's a good idea to have a grasp of the basic concepts first, so let's continue.
If you are so eager and want something grab-and-go, SeaQL maintains a set of official examples contributed by the community (we welcome more!):

- [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)
- [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)
Expand Down

0 comments on commit 6a497a9

Please sign in to comment.