Add jsonrpsee to example list

This commit is contained in:
Chris Tsang 2022-04-03 22:16:05 +08:00
parent a59b7aeae2
commit 6175166c79
4 changed files with 4 additions and 1 deletions

View File

@ -31,6 +31,7 @@ Join our Discord server to chat with others in the SeaQL community!
+ [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)
## Features

View File

@ -2,6 +2,7 @@
name = "sea-orm-jsonrpsee-example"
version = "0.1.0"
edition = "2021"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[workspace]

View File

@ -1,4 +1,4 @@
# Poem with SeaORM example app
# jsonrpsee with SeaORM example app
1. Modify the `DATABASE_URL` var in `.env` to point to your chosen database

View File

@ -39,6 +39,7 @@
//! + [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)
//!
//! ## Features
//!