yael1019 / 022023-ph3-08-intro-to-sqlalchemy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intro to SQLAlchemy

Learning Goals

  • SQLAlchemy models

  • Using the session

  • Adding and committing new instances

  • Reading from the database with session

  • Updating instances in the database with a commit

  • Deleting instances in the database

  • Initializing alembic

  • Creating migrations in alembic

  • Updating and downgrading with alembic

About


Languages

Language:Python 94.5%Language:Mako 5.5%