1
0
mirror of https://github.com/actix/actix-website synced 2025-01-22 16:15:56 +01:00

Links to database adapters fixed (#255)

This commit is contained in:
averichev 2022-02-16 16:43:57 +03:00 committed by GitHub
parent 591efc3bb0
commit 3f327a5dbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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