September 2006
Intermediate to advanced
1136 pages
26h 5m
English
• 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.
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 ...
Read now
Unlock full access