Are there any plans to add support for Flask-Sqlalchemy-Lite?
Feels like it shouldn't be too hard to add support - possibly mostly just need to be able to pass in the basemodel directly, rather than trying to read db.Model from the sqlalchemy extension?
And update the DB queries to use native sqlalchemy constructs rather than db.session.query/etc 🤔