Part three of a three-part series on SQL Alchemy 2.0 & GitHub Copilot with Pamela Fox.
0:00 Intro
0:30 Querying for all rows
0:55 Prompting Copilot for SQLAlchemy 2.0 queries
1:39 Using scalars
2:31 Querying with WHERE filters
2:59 Querying with GROUP BY
3:51 Querying related data
4:19 Querying 1-to-many relationships
5:06 Summary
In part three of this series, join Pamela Fox as she uses SQLAlchemy 2.0 to query the data in a relational SQLite database, including WHERE clauses, GROUP BY, and JOINs on relational data. She uses Copilot to help write the queries, starting off with a prompt that ensures Copilot uses the modern SQLAlchemy 2.0 API.
More #copilot info:
1 view
57
20
2 weeks ago 00:24:55 227
Базы данных в FastAPI — Как подключиться и делать запросы
2 months ago 00:46:38 3
Ускорение SQLAlchemy для архитектурных космонавтов / Алексей Старков (Qrator Labs)
2 months ago 00:08:32 1
002 FastAPI Project Database Connection with ORM SQLAlchemy
2 months ago 00:01:51 2
06-sqlalchemy-base-class
2 months ago 00:01:34 2
02-who-uses-sqlalchemy
2 months ago 00:04:06 1
01-introducing-sqlalchemy
2 months ago 00:01:59 2
06-sqlalchemy-models
3 months ago 00:08:08 41
Методы получения данных у Query в SQLAlchemy // Демо-занятие курса «Web-разработчик на Python»
3 months ago 01:23:22 56
Создание веб-приложения на FastAPI // Демо-занятие курса «Web-разработчик на Python»
3 months ago 01:26:38 23
Знакомство с библиотекой FastAPI-JSON:API // Демо-занятие курса «Django-разработчик»
1 month ago 00:32:05 20
Руслан Гайнанов
3 months ago 00:02:52 1
38 - Manipulating with Postgres data using SQLAlchemy ORM
3 months ago 00:01:22 5
37 - Setting up SQLAlchemy ORM to connect to a Postgres database
3 months ago 00:02:52 1
36 - Manipulating with Postgres data using SQLAlchemy Core
3 months ago 00:02:52 1
35 - Setting up SQLAlchemy Core to connect to a Postgres database
3 months ago 00:02:22 1
27 - Retrieving data using SQLAlchemy ORM
3 months ago 00:03:52 1
26 - Using SQLAlchemy Sessions to transact on a MySQL database
3 months ago 00:02:50 1
25 - Adding up a foreign key with SQLAlchemy ORM
3 months ago 00:03:02 1
24 - Building a model with SQLAlchemy ORM
3 months ago 00:02:34 2
23 - Setting up MySQL in Python using SQLAlchemy
3 months ago 00:04:12 2
13 - Executing a SQL query with SQLAlchemy
3 months ago 00:02:04 2
12 - Setting up a virtual environment for SQLAlchemy