Skip to content

Releases: app-generator/sample-flask-sqlalchemy

v0.0.6-DB-Migration

05 Apr 17:38
Compare
Choose a tag to compare
  • Migrate Table Stats - define new column
  • Inspect the new table structure & data

v0.0.5-Add-Table

05 Apr 17:37
Compare
Choose a tag to compare
  • Added New Table: Stats
  • Populate the table using the Flask CLI

v0.0.4-Configuration-Update

05 Apr 17:35
Compare
Choose a tag to compare
  • Configuration variables moved to app/config.py
  • Update __init__.py to load the configuration from config.py

v0.0.3-Integrate-SqlAlchemy

05 Apr 17:33
Compare
Choose a tag to compare
  • Update requirements.txt
  • Update app/__init__.py to use SqlAlchemy
    • import SQLAlchemy library
    • define the configuration: SQLALCHEMY_DATABASE_URI
    • Bind SqlAlchemy to app object

v0.0.2-Dependencies

05 Apr 17:31
Compare
Choose a tag to compare
  • sqlalchemy, version 1.4.5
  • flask_sqlalchemy, version 2.5.1
  • flask_migrate, version 2.7.0

v.0.0.1-Initial

05 Apr 17:30
Compare
Choose a tag to compare