# Introduction to PostgreSQL

In this section we'll introduce PostgreSQL by migrating the Movie Watchlist app to use PostgreSQL instead of SQLite.

Although both PostgreSQL and SQLite are RDBMS's, there are some differences between the two which we'll explore in this section.

In addition, the Python library we'll use to interact with PostgreSQL requires we make a few code changes. Let's get started!