Работа с ORM
🔒 Sign in to use this
Django ORM: База данных на языке Python
ORM (Object-Relational Mapping) — это «переводчик». Она превращает строки из таблиц базы данных в объекты Python и наоборот. Главное преимущество: вам не нужно менять код, если вы решите перейти с SQLite на PostgreSQL или MySQL — Django ORM сама подстроит SQL-запросы под нужную базу.
Content is available with subscription.
Get full access to all courses on the platform for one year with a single payment.
▼
▼
Unlike other platforms that charge per course, here you get everything for one price, and after one year of use there will be no automatic charge for the following year.
🔒 Sign in to use this