Explore Flask

10.2. Summary

  • Use SQLAlchemy to work with relational databases.
  • Use Flask-SQLAlchemy to work with SQLAlchemy.
  • Alembic helps you migrate your data between schema changes.
  • You can use NoSQL databases with Flask, but the methods and tools vary between engines.
  • Back up your data!