From: Mike C. F. <mcf...@ro...> - 2004-01-06 07:34:40
|
Hi all, I've just released a Zope Adapter for PyTable (my database-wrapper system). It's mostly just an experiment at the moment (I needed to have an exUserFolder and I wanted to run it using the same DB adapter (PyPgSQL) as the rest of the app, and I secondarily wanted to use the same mechanism for defining/controlling the connections as for rest of the app (i.e. PyTable)). The adapter is based on the (Zope-licensed) PySQLite adapter, so may be missing some features compared to the PoPy one. It will let you choose databases from the available databases on a server (if you have access to log on to the server, anyway), it will display the table/field schema as discovered on the server, and it will return the results of queries against the database. The code for formatting the results from the queries still seems a little... primitive... PySQLite basically has strings everywhere... so I'll likely try to figure out what Zope really wants in those situations and try to provide that... Anyway, just thought I'd let people know there's another DA available for use with Zope + PyPgSQL. http://pytable.sourceforge.net/ Have fun, Mike _______________________________________ Mike C. Fletcher Designer, VR Plumber, Coder http://members.rogers.com/mcfletch/ |