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

Andreas Jung andreas at andreas-jung.com
Mon Apr 30 04:36:17 EDT 2007


Log message for revision 74914:
  updated
  

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

-=-
Modified: Products.SQLAlchemyDA/trunk/CHANGES.txt
===================================================================
--- Products.SQLAlchemyDA/trunk/CHANGES.txt	2007-04-30 08:35:52 UTC (rev 74913)
+++ Products.SQLAlchemyDA/trunk/CHANGES.txt	2007-04-30 08:36:17 UTC (rev 74914)
@@ -1,3 +1,3 @@
-0.1 (unreleased)
+0.1 (30.04.2007)
 
     - initial coding

Added: Products.SQLAlchemyDA/trunk/README.txt
===================================================================
--- Products.SQLAlchemyDA/trunk/README.txt	2007-04-30 08:35:52 UTC (rev 74913)
+++ Products.SQLAlchemyDA/trunk/README.txt	2007-04-30 08:36:17 UTC (rev 74914)
@@ -0,0 +1,16 @@
+##########################################################################
+# A DA-like integration of SQLAlchemy based on z3c.sqlalchemy
+#
+# (C) Zope Corporation and Contributors
+# Written by Andreas Jung for Haufe Mediengruppe, Freiburg, Germany
+# and ZOPYX Ltd. & Co. KG, Tuebingen, Germany
+##########################################################################
+
+
+A shim providing access to registered  z3c.sqlalchemy wrapper instances.
+
+Exported methods are: getMapper() and getSession().
+
+
+The methods must be accessed from trusted code. You can not use these
+methods from PythonScripts (unless you use TrustedExecutables by Dieter Maurer)



More information about the Checkins mailing list