Add jsonrpsee to example list
This commit is contained in:
parent
a59b7aeae2
commit
6175166c79
@ -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
|
||||
|
||||
|
@ -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]
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
//!
|
||||
|
Loading…
x
Reference in New Issue
Block a user