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

Andreas Jung andreas at andreas-jung.com
Thu Jun 7 06:17:17 EDT 2007


Log message for revision 76455:
  updated
  

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

-=-
Modified: Products.SQLAlchemyDA/trunk/README.txt
===================================================================
--- Products.SQLAlchemyDA/trunk/README.txt	2007-06-07 10:11:53 UTC (rev 76454)
+++ Products.SQLAlchemyDA/trunk/README.txt	2007-06-07 10:17:17 UTC (rev 76455)
@@ -13,7 +13,8 @@
 SQLAlchemyDA is both a tiny frontend to the z3c.sqlalchemy SQLAlchemy package
 for Zope 2 and Zope 3. In addition it acts as a database adapter for ZSQL
 methods. Since it is based on SQLAlchemy, SQLAlchemy supports all databases
-out-of-the box that are supported by SQLAlchemy.
+out-of-the box that are supported by SQLAlchemy (Postgres, MySQL, Oracle,
+SQLite, MS-SQL, Firebird, Informix). 
 
 
 Requirements:
@@ -21,7 +22,7 @@
 
   - Zope 2.8 +
 
-  - SQLAlchemy 0.3.X
+  - SQLAlchemy 0.3.X (+ database specific low-level Python drivers)
 
   - z3c.sqlalchemy 1.0.0 +
 
@@ -29,6 +30,13 @@
 Installation:
 -------------
 
+  - download and install SQLAlchemy as egg or from the sources
+    from Cheeseshop (easy_install sqlalchemy). See
+    
+    http://www.sqlalchemy.org
+
+    for details
+
   - download and install z3c.sqlalchemy as egg or from the sources 
     from Cheeseshop (easy_install z3c.sqlalchemy). See
 
@@ -53,12 +61,18 @@
         
         postgres://admin:123@localhost:5432/TestDB
 
-
   - ZSQL methods should see the new DA through the selection widget of available
     database adapters
 
+  - NOTE: you must have the low-level Python DB drivers installed in order to 
+    access a particular database. See 
 
+        http://www.sqlalchemy.org/docs/dbengine.html#dbengine_supported
 
+    for details.
+
+
+
 Using SQLAlchemyDA:
 -------------------
 



More information about the Checkins mailing list