Skip to content

v0.0.3-Integrate-SqlAlchemy

Compare
Choose a tag to compare
@app-generator app-generator released this 05 Apr 17:33
· 20 commits to master since this release
  • Update requirements.txt
  • Update app/__init__.py to use SqlAlchemy
    • import SQLAlchemy library
    • define the configuration: SQLALCHEMY_DATABASE_URI
    • Bind SqlAlchemy to app object