Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Flask-SQLAlchemy-Lite datastore #994

Merged
merged 1 commit into from
Jul 3, 2024
Merged

Commits on Jul 3, 2024

  1. Add support for Flask-SQLAlchemy-Lite datastore

    - This introduces new pre-configured models that use 'modern' sqlalchemy type annotations
    - The querying is done using the 2.0 select() mechanism (rather than the old query interface)
    - Enhance view_scaffold test harness to work with either Flask-SQLAlchemy or Flask-SQLAlchemy-Lite
    - FS-Lite requires newer Flask/Werkzeug - bump up lowest tested versions
    - per sqlalchemy best practice - don't install mypy extension or stubs
    
    close #989
    jwag956 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    5f07f1c View commit details
    Browse the repository at this point in the history