realpython.com/blog/flask-by-example-part-2-postgres-sqlalchemy-and-alemb...

This tutorial shows you how to build an app using Flask with a simple text box that you enter text into and the app processes and displays a count of how many times each word appears on the page. In part two, we'll set up our PostgreSQL database along with SQLAlchemy as our ORM and Alembic to handle migrations.


Comments (0)

Sign in to post comments.