Releases: app-generator/sample-flask-sqlalchemy
Releases · app-generator/sample-flask-sqlalchemy
v0.0.6-DB-Migration
- Migrate Table
Stats- define new column - Inspect the new table structure & data
v0.0.5-Add-Table
- Added New Table:
Stats - Populate the table using the
Flask CLI
v0.0.4-Configuration-Update
- Configuration variables moved to
app/config.py - Update
__init__.pyto load the configuration fromconfig.py
v0.0.3-Integrate-SqlAlchemy
- Update
requirements.txt - Update
app/__init__.pyto use SqlAlchemy- import
SQLAlchemylibrary - define the configuration:
SQLALCHEMY_DATABASE_URI - Bind SqlAlchemy to
appobject
- import
v0.0.2-Dependencies
- sqlalchemy, version 1.4.5
- flask_sqlalchemy, version 2.5.1
- flask_migrate, version 2.7.0
v.0.0.1-Initial
- Project forked from a simple Flask template
- No functional changes (yet)