Is it possible to get to the python Database API through a database connector in zope? I'd like to use things like cursor.executemany(sql,seq_of_parameters) to make lots of queries run a lot faster. I'm using Psycopg if that makes any difference. Robert (Jamie) Munro