1
0
mirror of https://github.com/actix/examples synced 2025-06-26 09:17:41 +02:00

delete db/r2d2 example

This commit is contained in:
Rob Ede
2022-02-06 08:25:38 +00:00
parent a4d43c0ff8
commit da60a30fd9
22 changed files with 29 additions and 123 deletions

View File

@ -1,4 +1,4 @@
Getting started using [Async-graphql](https://github.com/async-graphql/async-graphql) with Actix web.
Getting started using [Async-graphql](https://github.com/async-graphql/async-graphql) with Actix Web.
## Run
@ -31,4 +31,4 @@ cargo run --bin async-graphql-demo
}
}
}
```
```

View File

@ -1,6 +1,6 @@
# Juniper
[Juniper](https://github.com/graphql-rust/juniper) integration for Actix web.
[Juniper](https://github.com/graphql-rust/juniper) integration for Actix Web.
If you want more advanced example, see also the [juniper-advanced example].
[juniper-advanced example]: https://github.com/actix/examples/tree/master/graphql/juniper-advanced

View File

@ -1,4 +1,4 @@
//! Actix web juniper example
//! Actix Web juniper example
//!
//! A simple example integrating juniper in Actix Web
use std::io;