SQLAlchemy
-
2014-02-15
Flask TodoMVC: Login
This is the seventh article in the Flask TodoMVC tutorial. In this article, we will add user authentication using the Flask-Security extension. In doing so, we will define models for Users and roles and discuss SQLAlchemy relationships.
-
2014-02-08
Flask TodoMVC: SQLAlchemy
This is the sixth article in the Flask TodoMVC tutorial. In this article, we will replace our persistence layer with the SQLAlchemy ORM using Flask-SQLAlchemy while using our existing tests to assist during refactoring.
simplectic