Skip to main content

Introduction

collective.pfg.sqladapter adds a form action adapter to PloneFormGen that saves form input data in a SQL database using SQLAlchemy.

Setup

To install collective.pfg.sqladapter add it to the list of eggs in your buildout.

To configure the database, use z3c.saconfig and define a named scoped session “collective.pfg.sqladapter” in your configure.zcml or in the “zcml-additional” parameter of your buildout.

Example:

<configure xmlns="http://namespaces.zope.org/db">
    <engine name="collective.pfg.sqladapter" url="mysql://user:password@localhost/database" />
    <session name="collective.pfg.sqladapter" engine="collective.pfg.sqladapter" />
</configure>

Run buildout and restart your instance. Then install the product using Quickinstaller.

Usage

To save form input data in your SQL database add a “SQLAdapter” in your Form Folder and enter the name of the table where the input data should be stored.

If a table with the given name does not exist in your database, it will be created with columns corresponding to the fields in your form. Thus the “SQLAdapter” should be added after all fields were added.

Changelog

1.0 (2012-02-20)

  • Initial release

Release files for collective.pfg.sqladapter 1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for collective.pfg.sqladapter 1.0
File Size Uploaded
collective.pfg.sqladapter-1.0.tar.gz 14.1 kB Details

Release files / collective.pfg.sqladapter-1.0.tar.gz

Download URL collective.pfg.sqladapter-1.0.tar.gz
Size 14.1 kB
Tags Source
SHA-256 checksum
How to use checksums
2d30ac4b7937a0f4b63e399a1cd228ea954193293063ff268cf6780575f7e585
BLAKE2b-256 checksum
How to use checksums
bd3764ee7fe11240a3ebd95611b1531f48241d58eac3997b8a760aa374641370
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

1.0 This release

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page