Chapter 21. Database Programming
Chapter Topics
• Databases and Python RDBMSs, ORMs, and Python
• Database Application Programmer’s Interface (DB-API)
• Relational Databases (RDBMSs)
In this chapter, we discuss how to communicate with databases from Python. Earlier, we discussed simplistic persistent storage, but in many cases, a full-fledged relational database management system (RDBMS) is required for your application.
21.1 Introduction
21.1.1 Persistent Storage
In any application, there is a need for persistent storage. Generally, there are three basic storage mechanisms: files, a relational database system (RDBMS), or some sort of ...
Get Core Python Programming, Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.