What is the purposes of this library?
CharlyJazz opened this issue · 1 comments
CharlyJazz commented
Is this the JQuery JS of SQLAlchemy?
cilynx commented
It enables developers to use familiar syntax and even existing models designed for flask_sqlalchemy outside of Flask projects. It's very handy when porting a Flask app to be a real CLI or desktop app.
If you don't care about Flask, it still provides a more natural interface to your models so you don't have to constantly think about and manage sessions and the like.