1
0
mirror of https://github.com/actix/actix-website synced 2024-12-03 20:22:13 +01:00

Update links to example projects based on recent commit (#256)

This commit is contained in:
BSPlatt 2022-02-17 21:41:17 -07:00 committed by GitHub
parent 3f327a5dbd
commit 4bec03576c
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:
- 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
- Postgres: https://github.com/actix/examples/tree/master/databases/postgres
- SQLite: https://github.com/actix/examples/tree/master/databases/sqlite
- MongoDB: https://github.com/actix/examples/tree/master/databases/mongodb
# Diesel