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

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.

主站蜘蛛池模板: 阿拉善左旗| 郸城县| 封开县| 淮北市| 漾濞| 漳浦县| 南康市| 静安区| 筠连县| 灵山县| 同心县| 绥棱县| 平潭县| 灵寿县| 梁河县| 孟州市| 金阳县| 桦南县| 广饶县| 阳曲县| 中江县| 开封市| 资兴市| 买车| 枝江市| 航空| 樟树市| 富川| 桃园县| 府谷县| 工布江达县| 正镶白旗| 出国| 南充市| 华容县| 江永县| 澳门| 江达县| 乐至县| 剑川县| 临沭县|