Skip to content

Commit 2a79b57

Browse files
committed
add flask-base as example sqlalchemy project
1 parent 9609b36 commit 2a79b57

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

content/pages/examples/sqlalchemy/sqlalchemy-example-projects.markdown

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,23 @@ flask-sqlalchemy is provided as open source under the
3838
[BSD 3-Clause "New" or "Revised" License](https://github.com/pallets/flask-sqlalchemy/blob/master/LICENSE.rst).
3939

4040

41+
### flask-base
42+
[flask-base](https://github.com/hack4impact/flask-base)
43+
([project documentation](http://hack4impact.github.io/flask-base/))
44+
provides boilerplate code for new [Flask](/flask.html) web apps.
45+
The purpose of the boilerplate is to stitch together disparate
46+
libraries that are commonly used in Flask projects, such as
47+
[Redis](/redis.html) for fast caching and transient data storage,
48+
[SendGrid](https://www.twilio.com/sendgrid) for transactional email,
49+
[SQLAlchemy](/sqlalchemy.html) for persistent data storage through a
50+
[relational database](/databases.html) backend,
51+
[Flask-WTF](https://flask-wtf.readthedocs.io/en/stable/) for form
52+
handling, and many others.
53+
54+
flask-base is provided as open source under the
55+
[MIT license](https://github.com/hack4impact/flask-base/blob/master/LICENSE.md).
56+
57+
4158
### marshmallow-sqlalchemy
4259
[marshmallow-sqlalchemy](https://github.com/marshmallow-code/marshmallow-sqlalchemy)
4360
([project documentation](https://marshmallow-sqlalchemy.readthedocs.io/en/latest/)

0 commit comments

Comments
 (0)