flask-sqlalchemy-lite
flask-sqlalchemy-lite copied to clipboard
Integrate SQLAlchemy with Flask.
Provisionally opened to gauge whether this is something we'd be willing to bring in. If so I'll lift and apply tests as needed 👀 I would find this v useful...
I have a simple app, setup according to the documentation ```python from __future__ import annotations from flask import Flask from flask_sqlalchemy_lite import SQLAlchemy from datetime import datetime from datetime import...
I have setup my app with: * flask-sqlalchemy-lite * flask-alembic I have setup flask-alemic similar to: https://flask-sqlalchemy-lite.readthedocs.io/en/latest/alembic/ Then I'm trying to follow the testing article, but got stomped on the...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5. Release notes Sourced from jinja2's releases. 3.1.5 This is the Jinja 3.1.5 security fix release, which fixes security issues and bugs but does not...