A demo of using sqlalchemy objects as a basis for z3c.form based forms.
Database connections: z3c.saconfig
A sqlalchemy object is defined to implement a zope interface. The forms are generated from this interface.
Setup:
- First create the database and the database user with the sql script in the packages mysql_scripts/
- Install the module in Plone. This creates the tabels defined in model/ in the database.
- Go to demodata-view/ in your browser to begin adding data.