What is zetadb ============== zetadb is a python / zope tool that allows a rapid application development (RAD) of relational database oriented web applications. Currently, it implements PostgreSQL and MySQL support. Other database will be added in the future. It automatically generates transladable, user friendly, and database independent zope objects to maintain data over the web. It also allow generation of data-filled OpenOffice documents. Using zetadb you will be able to develop professional intranet / extranet business applications 4 or 5 times faster than using other more generalistic tools / languages More information and download: http://zetadb.sourceforge.net Databases supported =================== PostgreSQL >= 7.2 and MySQL >= 4 What's new in version 0.8.3 =========================== - Added support for ZPsycopgDA adapter - Added support for MySQL, using ZMySQLDA adapter. MySQL 4 is required - Database independent SQL. Z SQL objects are generated using postgresql and different issues are converted on the fly - Some tests under zope 2.7, python2.3 and postgresql - Some tests under MS Windows and MySQL 4 - Workarround for the bug http://zope.org/Collectors/Zope/1135, when working with SESSION objects concurrently in multiple frames - New customizable menu object (thanks to Csok Tibor) - Read only fields (thanks to Csok, too) - Security checks in toolbars - Toolbar images are now placed in a unique "images" directory at application level, not duplicated in every toolbar - A lot of bugs fixed CAUTION: Applications developed under previous zetadb versions should be updated using the "Update Version" button in the applications properties tab. Otherwise, your objects will crash. You probable also will need to click "Build Objects" in your table managers to have all working fine -- Santi Camps http://zetadb.sourceforge.net
participants (1)
-
Santi Camps