Databases
Up one levelPresented here are links to various sites which explain how to correlate Plone with a database.
- Zope Database Connection
- The Zope Object Database (ZODB) is used to store all the pages, files and other objects you create. It is fast and requires almost no setting up or maintenance. Like a filesystem, it is especially good at storing moderately-sized binary objects such as graphics.
- Plone and MySQL
- This includes the packages needed to use MySQL as an external database with Plone, sot that MySQL can communicate with Zope.
- Simple SQL CRUD With PloneFormGen
- This document describes a step-by-step lesson in using PloneFormGen to read, insert and update rows in a single SQL table.
- Zope Database Connection
- The Zope Object Database (ZODB) is used to store all the pages, files and other objects you create. It is fast and requires almost no setting up or maintenance. Like a filesystem, it is especially good at storing moderately-sized binary objects such as graphics.
- Plone and MySQL
- This includes the packages needed to use MySQL as an external database with Plone, sot that MySQL can communicate with Zope.
- Simple SQL CRUD With PloneFormGen
- This document describes a step-by-step lesson in using PloneFormGen to read, insert and update rows in a single SQL table.