[Checkins] SVN: z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/README.txt added

Andreas Jung andreas at andreas-jung.com
Sat Mar 17 10:00:20 EDT 2007


Log message for revision 73286:
  added
  

Changed:
  A   z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/README.txt

-=-
Added: z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/README.txt
===================================================================
--- z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/README.txt	2007-03-17 13:53:18 UTC (rev 73285)
+++ z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/README.txt	2007-03-17 14:00:19 UTC (rev 73286)
@@ -0,0 +1,28 @@
+##########################################################################
+# z3c.sqlalchemy - A SQLAlchemy wrapper for Python/Zope
+#
+# (C) Zope Corporation and Contributor
+#
+# Written by Andreas Jung for Haufe Mediengruppe, Freiburg, Germany
+# and ZOPYX Ltd. & Co. KG, Tuebingen, Germany
+#
+# z3c.sqlalchemy is published under the Zope Public License V 2.1
+##########################################################################
+
+
+What is z3c.sqlalchemy?
+======================
+
+z3c.sqlalchemy is yet another wrapper around SQLAlchemy. The functionality of
+wrapper is basically focused on easy integration with Zope 2 and Zope 3 and a
+flexibe control about the mapper creation. Mapper classes can be
+
+ - auto-generated (with or without autodetection of table relationships)
+
+ - configured by the developer 
+
+......
+
+z3c.sqlalchemy was developed with Zope 2.8/Zope 3.0 and basically tested against
+Postgres 8.X and SQLite 3.3.
+



More information about the Checkins mailing list