Skip to main content

psycopgda

This file outlines the basics of using Zope3 with PostgreSQL via PsycopgDA.

Installing PsycopgDA

  1. Check out the psycopgda package into a directory in your PYTHONPATH. INSTANCE_HOME/lib/python or Zope3/src is usually the most convenient place:

    svn co svn://svn.zope.org/repos/main/psycopgda/trunk/psycopgda psycopgda

  2. Copy psycopg-configure.zcml to the package-includes directory of your Zope instance.

You can also use the eggified version, by installing it sitewide:

easy_install -U psycopgda

If you’re using buildout, just by listing psycopgda in the ‘eggs’ key of your buildout.cfg, then buildout should be able to find and fetch it.

Creating Database Connections

It is time to add some connections. A connection in Zope 3 is registered as a utility.

  1. Open a web browser on your Zope root folder (http://localhost:8080/ if you use the default settings in zope.conf.in).

  2. Click on the ‘Manage Site’ action on the right side of the screen. You should see a screen which reads ‘Common Site Management Tasks’

  3. Around the middle of that page, you should see a link named ‘Add Utility’. Click on it.

  4. Select ‘Psycopg DA’ and type in a name at the bottom of the page.

  5. Enter the database connection string. It looks like this:

    dbi://username:password@host:port/databasename

  6. Click on the ‘Add’ button.

  7. You should be on a page which reads ‘Add Database Connection Registration’. There you can configure the permission needed to use the database connection, the name of the registration and the registration status. You can use any name for ‘Register As’ field, as long as it doesn’t clash with an existing one. Choose a permission. Choose between ‘Registered’ and ‘Active’ for the ‘Registration Status’. Only one component of a kind can be ‘Active’ at a time, so be careful.

  8. You should be redirected to the ‘Edit’ screen of the connection utility.

  9. If you want to, you can go to the Test page and execute arbitrary SQL queries to see whether the connection is working as expected.

Using SQL Scripts

You can create SQL Scripts in the content space. For example:

  1. Go to Zope root.

  2. Add an SQL script (you can use the Common Tasks box on the left, or the Add action on the right).

  3. Click on the name of your new SQL script.

  4. Choose a connection name (the one you entered in step 29) from the drop-down.

  5. Enter your query and click on the ‘Save Changes’ button.

  6. You can test the script in the – surprise! – Test page.

CHANGES

1.1.1 (2008/01/26)

  • Bug: Some classes were incorrectly looked up.

1.1.0 (2008/01/26)

  • Feature: Produced a real egg.

  • Restructuring: Moved from psycopgda to zope.psycopgda.

  • Bug: Fixed issue 561: PsycopgDA ForbiddenAttribute exception.

Release files for zope.psycopgda 1.1.1

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

Source distribution (sdist)

Source distribution for zope.psycopgda 1.1.1
File Size Uploaded
zope.psycopgda-1.1.1.tar.gz 11.7 kB Details

Release files / zope.psycopgda-1.1.1.tar.gz

Download URL zope.psycopgda-1.1.1.tar.gz
Size 11.7 kB
Tags Source
SHA-256 checksum
How to use checksums
d3cd05267ba3728fe8a6db7a973dcc2f3918d15a818da1de309fdbf5b01c9f87
BLAKE2b-256 checksum
How to use checksums
0f75d22f09ac94b52978c2707390240631e6b27a8c4075c76f3e910ce98d178c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

1.1.1 This release

1 release file

1.1.0

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