Skip to main content

One doc tagged with "CRUD"

View all tags

Building a Simple CRUD App with Flask and SQLAlchemy

Following our introduction to Working with Databases: Introduction to SQLAlchemy, this article will guide you through Building a Simple CRUD App with Flask and SQLAlchemy. CRUD stands for Create, Read, Update, and Delete, which are the four basic functions of persistent storage.