September 2019
Intermediate to advanced
209 pages
3h 20m
English
This chapter covers one of the most important aspects of REST application development, that is, connecting and interacting with database systems. In this chapter, we’ll discuss about NoSQL and SQL databases, connecting and interacting with them.
NoSQL vs. SQL databases
Connecting with Flask-SQLAlchemy
Interacting with MySQL DB using Flask-SQLAlchemy
Connecting with Flask-MongoEngine
Interacting with MongoDB using Flask-MongoEngine
Flask being a microframework provides flexibility of the data source for applications ...