{ "info": { "author": "Thomas Buchberger", "author_email": "t.buchberger@4teamwork.ch", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python" ], "description": "Introduction\n============\n`collective.pfg.sqladapter` adds a form action adapter to PloneFormGen that\nsaves form input data in a SQL database using SQLAlchemy.\n\nSetup\n=====\nTo install `collective.pfg.sqladapter` add it to the list of eggs in your buildout.\n\nTo configure the database, use z3c.saconfig and define a named scoped session\n\"collective.pfg.sqladapter\" in your configure.zcml or in the \"zcml-additional\" \nparameter of your buildout.\n\nExample::\n\n \n \n \n \n\nRun buildout and restart your instance. Then install the product using Quickinstaller.\n\nUsage\n=====\nTo save form input data in your SQL database add a \"SQLAdapter\" in your Form Folder\nand enter the name of the table where the input data should be stored.\n\nIf a table with the given name does not exist in your database, it will be\ncreated with columns corresponding to the fields in your form. Thus the \"SQLAdapter\"\nshould be added after all fields were added.\n\nChangelog\n=========\n\n1.0 (2012-02-20)\n----------------\n\n- Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/4teamwork/collective.pfg.sqladapter", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "collective.pfg.sqladapter", "package_url": "https://pypi.org/project/collective.pfg.sqladapter/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.pfg.sqladapter/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/4teamwork/collective.pfg.sqladapter" }, "release_url": "https://pypi.org/project/collective.pfg.sqladapter/1.0/", "requires_dist": null, "requires_python": null, "summary": "A PloneFormGen adapter that saves form input data in a SQL database", "version": "1.0" }, "last_serial": 5823621, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "c2cb7ba224b716b1bc8f1ad4349ae1da", "sha256": "2d30ac4b7937a0f4b63e399a1cd228ea954193293063ff268cf6780575f7e585" }, "downloads": -1, "filename": "collective.pfg.sqladapter-1.0.tar.gz", "has_sig": false, "md5_digest": "c2cb7ba224b716b1bc8f1ad4349ae1da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14075, "upload_time": "2012-02-20T18:22:33", "url": "https://files.pythonhosted.org/packages/bd/37/64ee7fe11240a3ebd95611b1531f48241d58eac3997b8a760aa374641370/collective.pfg.sqladapter-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c2cb7ba224b716b1bc8f1ad4349ae1da", "sha256": "2d30ac4b7937a0f4b63e399a1cd228ea954193293063ff268cf6780575f7e585" }, "downloads": -1, "filename": "collective.pfg.sqladapter-1.0.tar.gz", "has_sig": false, "md5_digest": "c2cb7ba224b716b1bc8f1ad4349ae1da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14075, "upload_time": "2012-02-20T18:22:33", "url": "https://files.pythonhosted.org/packages/bd/37/64ee7fe11240a3ebd95611b1531f48241d58eac3997b8a760aa374641370/collective.pfg.sqladapter-1.0.tar.gz" } ] }