filmov
tv
Mastering Database Connection with Python: Practitioner Guide to SQLAlchemy and Related Libraries
Показать описание
In this video, I'll show you how to master database connections with Python. We'll take you through the basics of database connections and introduce you to SQLAlchemy and related libraries, including Pydantic, SQLModel, Pandas, SQLite3 and SQLAlchemy. We'll provide practical examples and hands-on demonstrations to help you understand how to use these libraries to build dynamic and efficient database applications.
1) Introducing Postgres Database table creation and Manual data entry
2) Introducing SQLite3 Database table creation and Manual data entry
3) Pushing 40,000 lines of CSV data into Postgres using Pandas
4) Pushing 40,000 lines of CSV data into Sqlite3 using Pandas
5) Implementing SQLAlchemy ORM model to query the SQLite3 database
6) Use the Pydantic and SQLmodel library to retrieve the data from the SQLAlchemy objects.
First, I'll provide an overview of database connections and explain why they are so important. We'll discuss the different types of database connections, including direct connections and connection pools. We'll also cover the benefits of using connection pools, including faster performance and reduced resource usage.
Next, I'll introduce you to SQLAlchemy, the Python library that allows you to work with SQL databases using a high-level object-oriented interface. We'll show you how to install and configure SQLAlchemy and how to create a database connection. I'll also show you how to perform basic database operations, such as creating tables, inserting data, and querying data.
PS: Got a question or have a feedback on my content. Get in touch
By leaving a Comment in the video
@twitter Handle is @KQrios
1) Introducing Postgres Database table creation and Manual data entry
2) Introducing SQLite3 Database table creation and Manual data entry
3) Pushing 40,000 lines of CSV data into Postgres using Pandas
4) Pushing 40,000 lines of CSV data into Sqlite3 using Pandas
5) Implementing SQLAlchemy ORM model to query the SQLite3 database
6) Use the Pydantic and SQLmodel library to retrieve the data from the SQLAlchemy objects.
First, I'll provide an overview of database connections and explain why they are so important. We'll discuss the different types of database connections, including direct connections and connection pools. We'll also cover the benefits of using connection pools, including faster performance and reduced resource usage.
Next, I'll introduce you to SQLAlchemy, the Python library that allows you to work with SQL databases using a high-level object-oriented interface. We'll show you how to install and configure SQLAlchemy and how to create a database connection. I'll also show you how to perform basic database operations, such as creating tables, inserting data, and querying data.
PS: Got a question or have a feedback on my content. Get in touch
By leaving a Comment in the video
@twitter Handle is @KQrios