From 3f327a5dbd78ae0be09f1190f77faddf118cc217 Mon Sep 17 00:00:00 2001 From: averichev Date: Wed, 16 Feb 2022 16:43:57 +0300 Subject: [PATCH] Links to database adapters fixed (#255) --- content/docs/databases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/databases.md b/content/docs/databases.md index ea43b44..8785aa5 100644 --- a/content/docs/databases.md +++ b/content/docs/databases.md @@ -8,9 +8,9 @@ weight: 1010 We have several example projects showing use of async database adapters: -- SQLx: https://github.com/actix/examples/tree/master/database_interactions/sqlx_todo - Postgres: https://github.com/actix/examples/tree/master/database_interactions/pg - SQLite: https://github.com/actix/examples/tree/master/database_interactions/basic +- MongoDB: https://github.com/actix/examples/tree/master/database_interactions/mongodb # Diesel