mirror of
https://github.com/actix/actix-web.git
synced 2024-11-22 09:31:10 +00:00
Add link to MongoDB example in README (#2783)
This commit is contained in:
parent
062127a210
commit
265fa0d050
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ async fn main() -> std::io::Result<()> {
|
|||
- [Application State](https://github.com/actix/examples/tree/master/basics/state)
|
||||
- [JSON Handling](https://github.com/actix/examples/tree/master/json/json)
|
||||
- [Multipart Streams](https://github.com/actix/examples/tree/master/forms/multipart)
|
||||
- [MongoDB Integration](https://github.com/actix/examples/tree/master/databases/mongodb)
|
||||
- [Diesel Integration](https://github.com/actix/examples/tree/master/databases/diesel)
|
||||
- [SQLite Integration](https://github.com/actix/examples/tree/master/databases/sqlite)
|
||||
- [Postgres Integration](https://github.com/actix/examples/tree/master/databases/postgres)
|
||||
|
|
Loading…
Reference in a new issue