SQL¶
Description
Using SQL databases (MySQL, PostgreSQL, others) in Plone
Introduction¶
If you are building the codebase Plone behaves as any other Python application.
- Write your SQL related code using known available Python SQL libraries and frameworks
- Plug your code to Plone HTML pages through views
Example Python SQL libraries