Using PostgreSQL database with FastAPI and SQLAlchemy



Using PostgreSQL database with FastAPI and SQLAlchemy

Using PostgreSQL database with FastAPI and SQLAlchemy

This video covers how to connect to a PostgreSQL database using FastAPI, and implement basic CRUD functionality.

The example code for this project can be found on GitHub here:
https://github.com/ianrufus/youtube/tree/main/fastapi-database

If you need to install Docker first, you can find the instructions here:
https://docs.docker.com/get-docker/
And if you want to check out FastAPI you can check the official site here:
https://fastapi.tiangolo.com/

Comments are closed.