[Checkins] SVN: Products.ZSQLAlchemy/trunk/README.txt updated

Andreas Jung andreas at andreas-jung.com
Sat Feb 3 04:47:45 EST 2007


Log message for revision 72346:
  updated
  

Changed:
  U   Products.ZSQLAlchemy/trunk/README.txt

-=-
Modified: Products.ZSQLAlchemy/trunk/README.txt
===================================================================
--- Products.ZSQLAlchemy/trunk/README.txt	2007-02-03 09:43:30 UTC (rev 72345)
+++ Products.ZSQLAlchemy/trunk/README.txt	2007-02-03 09:47:45 UTC (rev 72346)
@@ -9,14 +9,12 @@
 ZSQLAlchemy is published under the Zope Public License 2.1 (ZPL 2.1)
 
 
-
 What is it:
 
     - ZSQLAlchemy tries to provide a basic SQLAlchemy infrastructure to be used
       with Zope applications. It basically acts like some kind of DA and cares
       automatically about connection and transaction handling
 
-
 Limitations:
 
     - currently only supports Postgres through the psycopg2 Python bindings
@@ -24,7 +22,6 @@
 
     - might not work properly from within untrusted code
 
-
 Requirements:
 
     - Zope 2.8
@@ -33,7 +30,15 @@
 
     - psycopg2 2.0.5
 
+Installation:
 
+   - unpack the archive in your Products directory and restart Zope
+
+   - create a ZQLAlchemy instance through the ZMI
+
+   - visit the created instance, go to the 'Properties' tab and fill in 
+     the connection parameters for your database
+
 Basic usage:
 
     import sqlalchemy



More information about the Checkins mailing list