Zope Products
Title | Type | Size | Last Modified | Description |
---|---|---|---|---|
![]() |
Software Package | 2001-06-12 | MySQLdb is a Python interface to MySQL-3.22 and up. It is designed to be fully thread-safe and will not block other threads. The current version supports transactions with BDB tables (MySQL-3.23). It is actually implemented in two pieces: The MySQLdb module, which wraps the low-level interface and implements a DB API v2.0 interface; and _mysql, which implements something very similar to the standard MySQL C API, with some object-oriented transliteration. This version no longer contains a patch to ZMySQLDA, which must be installed separately. Note that for packaging purposes, the package is now called MySQL-python. The high-level module is still called MySQLdb. MySQLdb-0.9.0 is a major overhaul and restructuring into a package format. Some small bugs were squashed. MySQLdb-0.9.3 is the required version if you are using Python 2.2 or newer. Recommended MySQL versions:
|
|
![]() |
Software Package | 2001-09-07 | SQL BlenderSQL Blender is a form generating tool that uses a database connection to learn about your schema and automagically build useful forms and methods. HistoryOne of the earliest form generating tools for Zope is the P SQL Input Wizard. After a multipage input form, asking what tables and columns you are interested in, it generates a usable input form and Z SQL Methods. This was expanded to the Znolk SQL Wizard which added some additional features. Both of these Products provide a way to generate a simple form relatively quickly, but suffer the same flaw: The entry pages are somewhat protracted and unforgiving; if an error is made in selecting columns, you need to start over or manually edit. Behold the SQL Blender!The SQL Blender Product was designed with these goals in mind:
With one form, SQL Blender is able to interrogate your database and build all the forms and Z SQL Methods you need to list, display, and edit records for every table in your database. It will also massage the column labels if you want. And if you need to make changes, the SQL Blender is a persistent object you can edit to add more columns or computed fields, or even JOIN conditions. SQL Blender works best with a Database Adapter that supports a table browser. If your DA does not have a table browser, SQL Blender will be unable to determine your database's schema, but you can still create SQL Blenders and SQLB Columns manually. So far, the only tested DA is ZMySQLDA, but a number of others should work. Starting with ZMySQLDA-2.0.8, a great deal of column information is stored in the table browser data, such as primary key, index, unique, NOT NULL, etc. This information is used by SQL Blender to implement various interesting features. Other DAs probably do not provide all this information yet, but can probably be easily modified to do so. Features
No form-generating product is going to be flexible enough to cover every possible contingency. Even with SQL Blender, you should expect to do some editing to get things where you want them. Caveats
Planned Features
|
|
![]() |
Software Package | 2001-09-06 | This is a database adapater Product for MySQL, based upon ZOracleDC by Digital Creations. It has been adapted for use with MySQLdb-0.9.0. If you are connecting to a MySQL-3.23.32 or newer server, you can enable transactions. Note that older versions used a separate DA product for transactions. Installation: Unpack the tarball in your Zope home, make sure you have MySQLdb-0.9.0 installed where Zope can find it, and restart Zope. Alternately, the Linux i686 binary package includes MySQLdb-0.9.0. It works for Red Hat 7.1; YMMV. Notice: Earlier versions of ZMySQLDA will not work with MySQLdb-0.9.0, and newer versions will not work with MySQLdb-0.3.x. The older versions are include here for reference only. |