Skip to content

Commit 5edc3c2

Browse files
authored
Update SQLAlchemy guide link in databases.md
Link https://apipython.ru/sqlalchemy-polnoe-rukovodstvo-dlya-nachinayushhih-i-prodvinutyh/ is now 404. I found https://apipython.ru/blog/bazy-dannykh/sqlalchemy-polnoe-rukovodstvo-dlya-nachinayushhih-i-prodvinutyh/, but the page is blank. Alternative 1: https://habr.com/ru/companies/amvera/articles/849836/ Alternative 2: https://pythonru.com/biblioteki/vvedenie-v-sqlalchemy BUT I don’t know which article is better, i encountering SQLAlchemy first time.
1 parent b31ae12 commit 5edc3c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/technologies/databases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ORM - инструмент для стирания границ между за
5656

5757
#### Избранные курсы и учебные ресурсы
5858

59-
- [Руководство](https://apipython.ru/sqlalchemy-polnoe-rukovodstvo-dlya-nachinayushhih-i-prodvinutyh/) по SQLAlchemy
59+
- [Руководство](https://habr.com/ru/companies/amvera/articles/849836/) по SQLAlchemy
6060
- [Плейлист](https://www.youtube.com/playlist?list=PLeLN0qH0-mCXARD_K-USF2wHctxzEVp40) от Артёма Шумейко
6161
- [Урок](https://pythonru.com/uroki/16-migracii-bazy-dannyh-s-pomoshhju-alembic) по Alembic в контексте фреймворка Flask
6262
- [Плейлист](https://www.youtube.com/playlist?list=PLYnH8mpFQ4akzzS1D9IHkMuXacb-bD4Cl) по SQLAlchemy и Alembic в контексте FastAPI от Сурена Хореняна

0 commit comments

Comments
 (0)