pallets-eco / flask-sqlalchemy

Adds SQLAlchemy support to Flask
https://flask-sqlalchemy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
4.25k stars 901 forks source link

Add `sqlalchemy` namespace as `sa` to `flask shell` #1348

Open yuxiaoy1 opened 5 months ago

yuxiaoy1 commented 5 months ago

I'd like to make a PR for adding sqlalchemy namespace as sa to flask shell, what do you think?

davidism commented 5 months ago

Yes, there's a few ideas I had with Flask-SQLAlchemy-Lite that I'd like to bring over. This is one of them. Happy to review a PR!