官术网_书友最值得收藏!

Introduction

Flask has been designed to be flexible enough to support any database. The simplest way would be to use the direct sqlite3 package, which is a DB-API 2.0 interface and does not actually give an ORM. Here, we will use SQL queries to talk with the database. This approach is not suggested for large projects as it can eventually become a nightmare to maintain the application. Also, with this approach, the models are virtually non-existent and everything happens in the view functions, where we write queries to interact with the DB.

In this chapter, we will talk about creating an ORM layer for our Flask applications with SQLAlchemy for relational database systems, which is recommended and widely used for applications of any size. Also, we will have a glance over how to write a Flask app with the NoSQL database system.

Note

ORM refers to Object Relational Mapping/Modeling and implies how our application's data models store and deal with data at a conceptual level. A powerful ORM makes designing and querying business logic easy and streamlined.

主站蜘蛛池模板: 裕民县| 甘谷县| 法库县| 封丘县| 桦南县| 抚宁县| 柳林县| 德化县| 额尔古纳市| 加查县| 武冈市| 乐陵市| 驻马店市| 马边| 福贡县| 岱山县| 五华县| 台江县| 安义县| 论坛| 福清市| 舟山市| 南和县| 舟山市| 亚东县| 成安县| 博罗县| 夹江县| 南宫市| 潜山县| 中西区| 怀柔区| 云南省| 怀仁县| 天峻县| 临颍县| 冀州市| 玉林市| 滨州市| 米林县| 博乐市|